8cb6ba9426
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
|