]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/Makefile
Plot graphs with cairo - it is faster and nicer
[can-benchmark.git] / gw-tests / Makefile
index c042d2faeaaef81287d3edae108fe7c57aab87f1..c0bb27f19083e4a822030733f1133497b89349db 100644 (file)
@@ -1,11 +1,14 @@
-T=$(filter-out lib.sh,$(wildcard *.sh))
+T:=$(filter-out lib.sh,$(wildcard *.sh))
+
+# Run slow test at the end
+T:=$(filter-out filter%,$(T)) $(filter filter%,$(T))
 
 .PHONY: $(T:%=run-%)
 
 all: $(T:%=run-%) html
        @echo "Run 'make plot' to generate graphs"
 
-TEST_FLAGS = -P -t all
+TEST_FLAGS = -P -t all -l all
 
 $(T:%=run-%):run-%:
        ./$* $(TEST_FLAGS)