From: Michal Sojka Date: Fri, 10 Dec 2010 14:58:31 +0000 (+0100) Subject: Run slow tests at the end X-Git-Tag: fix-allnoconfig~233^2~10 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/018e80736c438649cc5d0a95686e1247484b1ffe Run slow tests at the end --- diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 2475fd7..c0bb27f 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -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-%)