Closed sedurCode closed 3 years ago
Also arguably, instead of making a local internal copy of gtest that lives in 'tmp', we should be using the users gtest that we have asked them to install
Yeah ok, So if I use gtest built from source, instead of sourced from the apt-get package manager, then using the test-suite syntax is correct. I guess this is because apt-get for Ubuntu 18.04 is only up to gtest 1.7.0 which doesnt have test-suite.
G_test now usesinstantiate_test_case_p
instead ofinstantiate_test_suite_p
in binaural_sai_test.cc line 97This might actually be a problem with the version of libgtest-dev available via apt-get for ubuntu, from the instructions from the SConstruct.