freebsd-dev/lib/googletest/tests/gmock/Makefile
Alex Richardson 7fa2f2a62f Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and
MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D27601
2021-01-07 09:31:03 +00:00

15 lines
261 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
.PATH: ${GOOGLEMOCK_SRCROOT}/src ${GOOGLEMOCK_SRCROOT}/test
GTESTS+= gmock_stress_test
LIBADD+= pthread gtest gmock
# The next release will resolve a number of build warnings issues.
MK_WERROR= no
.include <bsd.test.mk>