mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
f3c5273d31
I need to doublecheck my work vs the port, but I believe that this covers the initial integration of all upstream tests. Ref: https://github.com/ngie-eign/freebsd/tree/googletest-integration
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
CXXFLAGS+= -DGTEST_HAS_PTHREAD=1
|
|
|
|
GTEST_DIR= ${SRCTOP}/contrib/googletest
|
|
GOOGLEMOCK_SRCROOT= ${GTEST_DIR}/googlemock
|
|
GOOGLETEST_SRCROOT= ${GTEST_DIR}/googletest
|
|
|
|
NO_WTHREAD_SAFETY=
|
|
|
|
WARNS?= 6
|