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
|
||||
|
||||
.PHONY: FORCE $(UNIT_TESTS)
|
||||
.PHONY: $(UNIT_TESTS)
|
||||
|
||||
FORCE:
|
||||
touch $(CURDIR)/main.c
|
||||
all:
|
||||
|
||||
all: FORCE
|
||||
|
||||
$(UNIT_TESTS): FORCE all
|
||||
$(UNIT_TESTS): all
|
||||
|
||||
charCOMMA := ,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user