]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/Makefile
Run slow tests at the end
[can-benchmark.git] / gw-tests / Makefile
index 2475fd7ae4d73115983a276532f9cffed899b4bf..c0bb27f19083e4a822030733f1133497b89349db 100644 (file)
@@ -1,4 +1,7 @@
-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-%)