Skip to content

Commit

Permalink
atf: Guard libexec/atf with WITH_TESTS_SUPPORT
Browse files Browse the repository at this point in the history
Other atf components are guarded by WITH_TESTS_SUPPORT already.
WITH_TESTS is for actual tests.

Reviewed by:	markj
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D47660
  • Loading branch information
fichtner authored and markjdb committed Nov 18, 2024
1 parent 5eee34f commit 43e045c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libexec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,13 @@ SUBDIR+= tftpd
.endif

.if ${MK_TESTS} != "no"
_atf= atf
_tests= tests
.endif

.if ${MK_TESTS_SUPPORT} != "no"
_atf= atf
.endif

.if ${MK_NUAGEINIT} != "no"
_nuageinit= nuageinit
.endif
Expand Down

0 comments on commit 43e045c

Please sign in to comment.