diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 80c9dba7d6..0bbca74067 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -60,14 +60,11 @@ INCLUDES += -I$(RIOTBASE)/tests/unittests/common include $(RIOTBASE)/Makefile.include -.PHONY: FORCE $(UNIT_TESTS) +.PHONY: $(UNIT_TESTS) -FORCE: - touch $(CURDIR)/main.c +all: -all: FORCE - -$(UNIT_TESTS): FORCE all +$(UNIT_TESTS): all charCOMMA := ,