X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/d48a4f69b198ff8b3bd026ec63a5ec0905c97c08..996a2b0eabe48af1e245b96541a18b97fceb0477:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index b333eb0..16d522a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,8 +4,14 @@ T=$(filter-out _lib.sh,$(wildcard *.sh)) all: $(T) html +TEST_FLAGS = -X + $(T):%: - ./$@ -X + ./$@ $(TEST_FLAGS) + +.PHONY: plot +plot: + $(MAKE) TEST_FLAGS="-p -X" .PHONY: html html: