make: Make targets tests & check more universally useful #51

Closed
Jan Lindemann wants to merge 9 commits from jan/feature/20260722-make-make-targets-tests-check-more-universally-useful into master AGit
Showing only changes of commit 15c9863b95 - Show all commits

projects-dir.mk: Add target test

projects-dir.mk has no test target, fix that.

Signed-off-by: Jan Lindemann <jan@janware.com>
Jan Lindemann 2026-07-11 12:36:01 +02:00
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -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