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:
parent
afa261194b
commit
45e1b47b26
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user