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:
Simon J. Gerraty
2025-06-04 20:27:39 -07:00
parent 55f9c25f17
commit bf407f36c5
+2 -1
View File
@@ -283,7 +283,6 @@ BROKEN_HOST_DEP_TESTS += \
usr.bin/gzip/tests \
usr.bin/printf/tests \
.endif
TESTS_DIR_LIST += tests
# most of the tree only has Makefile.depend
@@ -306,3 +305,5 @@ ${DEP_RELDIR}/$t.test:
.endif
.endfor
.endif
.endif