X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/baa1984efbcfdf18cdd00baf203dd24b9d5cf24c..d48a4f69b198ff8b3bd026ec63a5ec0905c97c08:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 7094dba..b333eb0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,11 @@ T=$(filter-out _lib.sh,$(wildcard *.sh)) .PHONY: $(T) -all: $(T) +all: $(T) html $(T):%: - ./$@ --pdf-only + ./$@ -X + +.PHONY: html +html: + ./genhtml.py results