Forcibly disable MK_TESTS if building without C++

Several atf components require C++, and the test suite is not usable
if building WITHOUT_CXX.

Reviewed by:	bdrewery, jmmv
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7597
This commit is contained in:
emaste 2016-08-22 17:45:30 +00:00
parent ee20ad15b4
commit 0d4d3262d1

View File

@ -318,6 +318,7 @@ MK_KERBEROS:= no
MK_CLANG:= no
MK_GROFF:= no
MK_GNUCXX:= no
MK_TESTS:= no
.endif
.if ${MK_MAIL} == "no"