X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/9bcefa0e5fa0e0bc776aa07dbe37853dbc6f0ba8..8fffb6b47784e561197f78dd8424f2cd2a1fcd1e:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 54bdd0f..f37d4b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,8 +3,9 @@ T=$(filter-out _lib.sh,$(wildcard *.sh)) .PHONY: $(T) all: $(T) html + @echo "Run 'make plot' to generate graphs" -TEST_FLAGS = -x +TEST_FLAGS = -P $(T):%: ./$@ $(TEST_FLAGS) @@ -13,6 +14,9 @@ $(T):%: plot: $(MAKE) TEST_FLAGS="-p -X" +plotall: + for i in results/by-kern/*; do $(MAKE) plot KVERS=$${i#results/by-kern/}; done + .PHONY: html html: ./genhtml.py results