From 1257f99e76493b448bd81dba22e0ecb570aac6a0 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 24 Nov 2016 11:42:15 +0100 Subject: [PATCH] make test runs depend on assets oh right, they actually do now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2