X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/24831e61e9de21d00a70371dec223c6ffc95cdee..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/Makefile 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-%)