X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Makefile;h=a2e0d37121e26743b3cb8f34e6a28273ca74eb7c;hb=1257f99e76493b448bd81dba22e0ecb570aac6a0;hp=8b14f606f2d8f7faed00ded26d7bc211b2c87e49;hpb=bc35c2b12391c30c86ab8b713f456c7d8a5d701d;p=blank.git diff --git a/Makefile b/Makefile index 8b14f60..a2e0d37 100644 --- 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