mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Enable google test on travis
This enables a number of additional unit tests. Unfortunately several of them fail on travis and need some more attention.
This commit is contained in:
@@ -951,6 +951,7 @@ if test x$enable_google_test = xyes; then
|
||||
else
|
||||
if test -n "${GMOCK_ROOT}" -a -r "${GMOCK_ROOT}/src/gmock-all.cc"; then
|
||||
ac_cv_gmock_src_path=${GMOCK_ROOT}/src
|
||||
ac_cv_gmock_root=${GMOCK_ROOT}
|
||||
elif test "x$ac_cv_gtest_system_install" = "xyes"; then
|
||||
if test "x$ac_cv_file__usr_src_gmock_src_gmock_all_cc" = xyes; then
|
||||
ac_cv_gmock_src_path="/usr/src/gmock/src"
|
||||
|
||||
Reference in New Issue
Block a user