X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/24831e61e9de21d00a70371dec223c6ffc95cdee..c36e3d6a2a7c2a96eb98cd1db64a11f508a03677:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 2475fd7..520bc6c 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-%) @@ -15,8 +18,8 @@ $(T:%=run-%):run-%: PLOT_SCRIPTS=$(shell find results -name plot.sh) define plot_template -plot: $1/thumb -$1/thumb: $1/plot.sh $(notdir $1).sh $(wildcard $1/*.txt) +plot: $1/graph.png +$1/graph.png: $1/plot.sh $(notdir $1).sh lib.sh $(wildcard $1/*.txt) $1/plot.sh -X endef