Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
add missing additional tests for $(DRUNTIME) dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jul 7, 2015
1 parent 8ad2d28 commit 04bcc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -241,7 +241,7 @@ $(ROOT)/unittest/% : $(ROOT)/unittest/test_runner
# succeeded, render the file new again
@touch $@

test/init_fini/.run test/exceptions/.run: $(DRUNTIME)
$(addsuffix /.run,$(filter-out test/shared,$(ADDITIONAL_TESTS))): $(DRUNTIME)
test/shared/.run: $(DRUNTIMESO)

test/%/.run: test/%/Makefile
Expand Down

0 comments on commit 04bcc29

Please sign in to comment.