From: Daniel Karbach Date: Thu, 24 Nov 2016 10:42:15 +0000 (+0100) Subject: make test runs depend on assets X-Git-Url: http://git.localhorst.tv/?p=blank.git;a=commitdiff_plain;h=1257f99e76493b448bd81dba22e0ecb570aac6a0 make test runs depend on assets oh right, they actually do now --- 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