X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/df1100f6c08cbdea4d97234547c525f12af7f6b5..ff20bc9c7ba5c9c21ea1d09bbb41fadf3f7a72c2:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 16d522a..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