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:
Joakim Nohlgård 2016-07-05 16:06:33 +02:00
parent 77a15e7886
commit 4d6883a732

View File

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