From 45e1b47b26afd356f6caca839704f6e97666e059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Sat, 23 Mar 2019 18:02:26 +0100 Subject: [PATCH] Makefile.include: declare 'test' PHONY --- Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.include b/Makefile.include index 9b5fe11cc3..74cd9dd089 100644 --- a/Makefile.include +++ b/Makefile.include @@ -569,6 +569,7 @@ reset: $(call check_cmd,$(RESET),Reset program) $(RESET) $(RESET_FLAGS) +.PHONY: test TESTS ?= $(foreach file,$(wildcard $(APPDIR)/tests/*),\ $(shell test -f $(file) -a -x $(file) && echo $(file))) test: $(TEST_DEPS)