1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Makefile.include: declare 'test' PHONY

This commit is contained in:
Gaëtan Harter 2019-03-23 18:02:26 +01:00
parent afa261194b
commit 45e1b47b26
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

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