Fix test compilation for gmock tests, similar to r344345
This commit is contained in:
parent
c5da30a59d
commit
4dedfa3214
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user