Make sure we build the target before testing

This commit is contained in:
Christophe de Dinechin 2017-04-02 00:47:48 +02:00
parent a6089c4090
commit 99868b4ab4
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ debug opt release profile: logs.mkdir
$(PRINT_COMMAND) $(TIME) $(MAKE) TARGET=$@ RECURSE=build LOG_COMMANDS= build $(LOG_COMMANDS)
# Testing
test tests check:
test tests check: $(TARGET)
$(PRINT_COMMAND) $(MAKE) RECURSE=test $(TESTS:%=%.runtest) LOG_COMMANDS= $(LOG_COMMANDS)
# Clean builds