1
0
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:
Martine Lenders 2014-08-27 14:04:22 +02:00
parent 3d611679ee
commit 67fcd0d71b

View File

@ -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 := ,