mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
unittests: Simplify module-wise rebuild
This commit is contained in:
parent
3d611679ee
commit
67fcd0d71b
@ -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