projects-dir.mk: Add target test
projects-dir.mk has no test target, fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
68cda8197e
commit
15c9863b95
1 changed files with 2 additions and 1 deletions
|
|
@ -155,7 +155,8 @@ PROJECTS_WITH_PROJECT_CONF = $(patsubst %/make/project.conf,%,$(wildcard $(add
|
||||||
|
|
||||||
# --- mandatory targets
|
# --- mandatory targets
|
||||||
|
|
||||||
all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
all:
|
||||||
|
all test: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
||||||
$(JW_PKG_PY_BUILD) $@ $(TARGET_PROJECTS)
|
$(JW_PKG_PY_BUILD) $@ $(TARGET_PROJECTS)
|
||||||
clean: clean-dirs
|
clean: clean-dirs
|
||||||
distclean: clean-all-dirs done.clean
|
distclean: clean-all-dirs done.clean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue