]> git.localhorst.tv Git - blank.git/commitdiff
make test runs depend on assets
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 10:42:15 +0000 (11:42 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 10:42:15 +0000 (11:42 +0100)
oh right, they actually do now

Makefile

index 8b14f606f2d8f7faed00ded26d7bc211b2c87e49..a2e0d37121e26743b3cb8f34e6a28273ca74eb7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,11 +150,11 @@ callgrind: $(ASSET_DEP) blank.profile
                --dump-instr=yes --simulate-hwpref=yes --simulate-wb=yes \
                ./blank.profile -n 256 -t 16 --no-keyboard --no-mouse -d --no-vsync --save-path saves/
 
-test: $(TEST_BIN) $(TEST_TEST_BIN)
+test: $(TEST_BIN) $(TEST_TEST_BIN) $(ASSET_DEP)
        @echo run: test.test
        @./test.test
 
-coverage: $(COVER_BIN) $(COVER_TEST_BIN)
+coverage: $(COVER_BIN) $(COVER_TEST_BIN) $(ASSET_DEP)
        @echo run: test.cover
        @./test.cover