X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Makefile;h=bb382a76a81f4eac8d4e337d171f4e9028248bf5;hb=7570271f7e1ede3ef65808f859597001338a7fe6;hp=a2e0d37121e26743b3cb8f34e6a28273ca74eb7c;hpb=d6d568f97e755bf44f048975b375ed8cbcd6ac91;p=blank.git diff --git a/Makefile b/Makefile index a2e0d37..bb382a7 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,10 @@ test: $(TEST_BIN) $(TEST_TEST_BIN) $(ASSET_DEP) @echo run: test.test @./test.test +unittest: $(TEST_BIN) $(TEST_TEST_BIN) $(ASSET_DEP) + @echo run: test.test --headless + @./test.test --headless + coverage: $(COVER_BIN) $(COVER_TEST_BIN) $(ASSET_DEP) @echo run: test.cover @./test.cover @@ -177,7 +181,7 @@ distclean: clean rm -f $(BIN) cachegrind.out.* callgrind.out.* rm -Rf build client-saves saves -.PHONY: all release cover debug profile tests run gdb cachegrind callgrind test coverage codecov lint clean distclean +.PHONY: all release cover debug profile tests run gdb cachegrind callgrind test unittest coverage codecov lint clean distclean -include $(DEP)