X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/f327c4a4918c769993fb1bfa41fb3ea5fc462071..9bcefa0e5fa0e0bc776aa07dbe37853dbc6f0ba8:/tests/Makefile 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: