tests/unittests: Remove unnecessary FORCE target
Changes to CFLAGS #defines are now picked up by the configuration header (genconfigheader) when building, so the FORCE target is no longer necessary when building different test suites.
This commit is contained in:
parent
77a15e7886
commit
4d6883a732
@ -60,14 +60,11 @@ INCLUDES += -I$(RIOTBASE)/tests/unittests/common
|
|||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
.PHONY: FORCE $(UNIT_TESTS)
|
.PHONY: $(UNIT_TESTS)
|
||||||
|
|
||||||
FORCE:
|
all:
|
||||||
touch $(CURDIR)/main.c
|
|
||||||
|
|
||||||
all: FORCE
|
$(UNIT_TESTS): all
|
||||||
|
|
||||||
$(UNIT_TESTS): FORCE all
|
|
||||||
|
|
||||||
charCOMMA := ,
|
charCOMMA := ,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user