X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/d48a4f69b198ff8b3bd026ec63a5ec0905c97c08..68ae17932b8f8b5cf4bb37158902185517d9546e:/tests/Makefile?ds=sidebyside diff --git a/tests/Makefile b/tests/Makefile index b333eb0..54bdd0f 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: