local.dirdeps.mk move MK_RUN_TESTS .endif
The MK_RUN_TESTS check should bound all of the logic relevant to hooking tests into the graph.
This commit is contained in:
@@ -283,7 +283,6 @@ BROKEN_HOST_DEP_TESTS += \
|
|||||||
usr.bin/gzip/tests \
|
usr.bin/gzip/tests \
|
||||||
usr.bin/printf/tests \
|
usr.bin/printf/tests \
|
||||||
|
|
||||||
.endif
|
|
||||||
|
|
||||||
TESTS_DIR_LIST += tests
|
TESTS_DIR_LIST += tests
|
||||||
# most of the tree only has Makefile.depend
|
# most of the tree only has Makefile.depend
|
||||||
@@ -306,3 +305,5 @@ ${DEP_RELDIR}/$t.test:
|
|||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|||||||
Reference in New Issue
Block a user