Merge pull request #1620 from authmillenon/unittests-easy

unittests: Simplify module-wise rebuild
This commit is contained in:
Martine Lenders 2014-08-27 15:41:08 +02:00
commit 1c25af18e2

View File

@ -34,7 +34,14 @@ BASELIBS += $(UNIT_TESTS:%=$(BINDIR)%.a)
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
$(UNIT_TESTS): all .PHONY: FORCE $(UNIT_TESTS)
FORCE:
touch $(CURDIR)/main.c
all: FORCE
$(UNIT_TESTS): FORCE all
charCOMMA := , charCOMMA := ,