X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/ac55fd90e809e5af502cf73aac54428f2e5566a3..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index c042d2f..c0bb27f 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -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)