freebsd-src/lib/googletest
Enji Cooper 833018816d Correct gmock/gtest expectations w.r.t. C++11/RTTI
Long story short, some of the tests were failing because they expected either
dynamic_cast or RTTI to be functional and it wasn't.

Move all common CXXFLAGS out to googletest.test.inc.mk and reference it from
googletest.test.mk and .../googletest/Makefile.inc
2019-02-20 20:09:59 +00:00
..
gmock Fix test compilation for gmock tests, similar to r344345 2019-02-20 08:04:08 +00:00
gmock_main Fix test compilation for gmock_main tests, similar to r344345 2019-02-20 09:33:55 +00:00
gtest Fix gtest test compilation and build more tests 2019-02-20 07:29:50 +00:00
gtest_main Oh wait... those helper programs were for the py tests 2019-02-20 07:52:55 +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 Correct gmock/gtest expectations w.r.t. C++11/RTTI 2019-02-20 20:09:59 +00:00