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:
parent
ee20ad15b4
commit
0d4d3262d1
@ -318,6 +318,7 @@ MK_KERBEROS:= no
|
||||
MK_CLANG:= no
|
||||
MK_GROFF:= no
|
||||
MK_GNUCXX:= no
|
||||
MK_TESTS:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_MAIL} == "no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user