mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix test compilation for gmock tests, similar to r344345
This commit is contained in:
parent
c5da30a59d
commit
4dedfa3214
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Reference in a new issue