X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Makefile;h=2d542f3f5041e17f579c796a189b65819f46e07a;hb=0734615e546059679f1827c35fe1928ffea2fc56;hp=a09825234ba2fa8e8b2ce0f215a8b17110ab9a43;hpb=b999aef37fd70e6a776fb1eb787fbcec0156c660;p=blobs.git diff --git a/Makefile b/Makefile index a098252..2d542f3 100644 --- a/Makefile +++ b/Makefile @@ -135,13 +135,19 @@ callgrind: $(ASSET_DEP) blobs.profile --dump-instr=yes --simulate-hwpref=yes --simulate-wb=yes \ ./blobs.profile -test: blobs.test +test: blobs.test $(ASSET_DEP) @echo run: blobs.test @./blobs.test +headless-test: blobs.test + @echo run: blobs.test --headless + @./blobs.test --headless + coverage: blobs.cover @echo run: blobs.cover @./blobs.cover + @echo run: blobs.cover --headless + @./blobs.cover --headless codecov: coverage @echo run: codecov.io @@ -162,7 +168,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 headless-test coverage codecov lint clean distclean -include $(DEP)