From bf407f36c5e99a227f27c78a887e2ca2088ca432 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Wed, 4 Jun 2025 20:27:39 -0700 Subject: [PATCH] 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. --- share/mk/local.dirdeps.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/mk/local.dirdeps.mk b/share/mk/local.dirdeps.mk index 2173ea0be44..a22f494bd33 100644 --- a/share/mk/local.dirdeps.mk +++ b/share/mk/local.dirdeps.mk @@ -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