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

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=