From e1ccbc111523aab85d3b38d357eddc4be6b3f21d Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 11 Jul 2026 12:36:01 +0200 Subject: [PATCH] projects-dir.mk: Add target test projects-dir.mk lacks a "test" target, fix that. Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 96d0a2ee..c05d7898 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -155,7 +155,8 @@ PROJECTS_WITH_PROJECT_CONF = $(patsubst %/make/project.conf,%,$(wildcard $(add # --- mandatory targets -all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done) +all: +all test: $(filter-out $(UNAVAILABLE_TARGETS),pull.done) $(JW_PKG_PY_BUILD) $@ $(TARGET_PROJECTS) clean: clean-dirs distclean: clean-all-dirs done.clean