]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/Makefile
Add sleep after test with externally generated load
[can-benchmark.git] / tests / Makefile
index 7094dbacd706a967edba3e71651140282e0bab56..54bdd0f6507cf6b31aa3119f6a3e9228e1d88d05 100644 (file)
@@ -2,7 +2,17 @@ T=$(filter-out _lib.sh,$(wildcard *.sh))
 
 .PHONY: $(T)
 
-all: $(T)
+all: $(T) html
+
+TEST_FLAGS = -x
 
 $(T):%:
-       ./$@ --pdf-only
+       ./$@ $(TEST_FLAGS)
+
+.PHONY: plot
+plot:
+       $(MAKE) TEST_FLAGS="-p -X"
+
+.PHONY: html
+html:
+       ./genhtml.py results