X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=Makefile;h=7d2905819ca111818c54d6f4652e7fb2d760bac2;hp=a09825234ba2fa8e8b2ce0f215a8b17110ab9a43;hb=b6e259a227889cc8af26f599bf3b76b6abb6bbd4;hpb=348143f5e41a5692ed7c8deab200f3c62f4395a2 diff --git a/Makefile b/Makefile index a098252..7d29058 100644 --- a/Makefile +++ b/Makefile @@ -135,10 +135,14 @@ 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 @@ -162,7 +166,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)