diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index b521e83c2b..728c3b5d8c 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -34,7 +34,14 @@ BASELIBS += $(UNIT_TESTS:%=$(BINDIR)%.a) include $(RIOTBASE)/Makefile.include -$(UNIT_TESTS): all +.PHONY: FORCE $(UNIT_TESTS) + +FORCE: + touch $(CURDIR)/main.c + +all: FORCE + +$(UNIT_TESTS): FORCE all charCOMMA := ,