Compile the tests without -Werror for now

I'm working on resolving the issue upstream on github
This commit is contained in:
Enji Cooper 2019-02-13 05:41:04 +00:00
parent f3c5273d31
commit fd89d5ad05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/import-googletest-1.8.1/; revision=344087
2 changed files with 6 additions and 0 deletions

View File

@ -4,4 +4,7 @@ PLAIN_TESTS_CXX+= gmock_stress_test
LIBADD+= gmock
# XXX: https://github.com/google/googletest/pull/2119
NO_WERROR=
.include <bsd.test.mk>

View File

@ -28,4 +28,7 @@ CXXFLAGS+= -I${GOOGLETEST_SRCROOT}
LIBADD= gtest
# XXX: https://github.com/google/googletest/pull/2119
NO_WERROR=
.include <bsd.test.mk>