X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/46501dba4480f0dbb96b994246442c11fdd6e58e..4bcafe205c56626b3d549b39d24ff4f033563d84:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index d496337..2f1cf86 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -5,7 +5,7 @@ T=$(filter-out lib.sh,$(wildcard *.sh)) all: $(T) html @echo "Run 'make plot' to generate graphs" -TEST_FLAGS = -P +TEST_FLAGS = -P -t all $(T):%: ./$@ $(TEST_FLAGS) @@ -16,4 +16,4 @@ plot: .PHONY: html html: - ./genhtml.py results + ./genhtml/genhtml.py results