X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/996a2b0eabe48af1e245b96541a18b97fceb0477..839937d2c18ad240ff87ba33d6ce144d5d8793a0:/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