mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
unittests: Force execution of $(UNITTEST_LIBS) build target
This commit is contained in:
parent
fb4619ebc6
commit
f201ceed99
@ -32,7 +32,9 @@ UNITTEST_LIBS := $(UNIT_TESTS:%=$(BINDIR)%.a)
|
||||
all: $(UNITTEST_LIBS)
|
||||
$(UNIT_TESTS): all
|
||||
|
||||
$(UNITTEST_LIBS): $(BINDIR)%.a:
|
||||
.FORCE:
|
||||
|
||||
$(UNITTEST_LIBS): $(BINDIR)%.a: .FORCE
|
||||
"$(MAKE)" -C $(CURDIR)/$*
|
||||
|
||||
charEMPTY :=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user