Fix test compilation for gmock tests, similar to r344345

This commit is contained in:
Enji Cooper 2019-02-20 08:04:08 +00:00
parent c5da30a59d
commit 4dedfa3214
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/import-googletest-1.8.1/; revision=344349

View file

@ -1,8 +1,12 @@
# $FreeBSD$
.include <bsd.init.mk>
.PATH: ${GOOGLEMOCK_SRCROOT}/src ${GOOGLEMOCK_SRCROOT}/test
GTESTS+= gmock_stress_test
LIBADD+= gmock
LIBADD+= pthread gtest gmock
# XXX: https://github.com/google/googletest/pull/2119
NO_WERROR=