freebsd-src/lib/googletest
Enji Cooper dae8f2468d Fix gtest test compilation and build more tests
My previous work to integrate these tests was incomplete/incorrect, because I
misunderstood how the cmake macros worked.

This addresses items with the gtest tests, which in turn fixes test compilation
and adds more tests which I had previously missed.

Due to an unknown issue with gtest_stress_test, I had to add pthread to LIBADD,
even though I shouldn't have added it to that (it was failing to link -lpthread
to libprivategtest.a). Add a XXX comment to note that something's awry there
and deserves additional investigation.
2019-02-20 07:29:50 +00:00
..
gmock Sprinkle ${HAS_TESTS} in Makefiles 2019-02-20 06:03:21 +00:00
gmock_main Sprinkle ${HAS_TESTS} in Makefiles 2019-02-20 06:03:21 +00:00
gtest Fix gtest test compilation and build more tests 2019-02-20 07:29:50 +00:00
gtest_main Sprinkle ${HAS_TESTS} in Makefiles 2019-02-20 06:03:21 +00:00
tests Add glue Makefile for tests under lib/googletest/... 2019-02-20 03:07:11 +00:00
Makefile Add glue Makefile for tests under lib/googletest/... 2019-02-20 03:07:11 +00:00
Makefile.inc Add more port-related flags to Makefile.inc 2019-02-20 06:54:32 +00:00