X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/d48a4f69b198ff8b3bd026ec63a5ec0905c97c08..839937d2c18ad240ff87ba33d6ce144d5d8793a0:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index b333eb0..f37d4b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,9 +3,19 @@ T=$(filter-out _lib.sh,$(wildcard *.sh)) .PHONY: $(T) all: $(T) html + @echo "Run 'make plot' to generate graphs" + +TEST_FLAGS = -P $(T):%: - ./$@ -X + ./$@ $(TEST_FLAGS) + +.PHONY: plot +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: