Merge pull request #1620 from authmillenon/unittests-easy
unittests: Simplify module-wise rebuild
This commit is contained in:
commit
1c25af18e2
@ -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 := ,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user