X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/7cf167227b31a3a2aa6488b4de482927d9ffaa0e..b892246b98870b63e93f766dc0e3764bf3683163:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 2f1cf86..e1f22ec 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -10,9 +10,18 @@ TEST_FLAGS = -P -t all $(T):%: ./$@ $(TEST_FLAGS) -.PHONY: plot -plot: - $(MAKE) TEST_FLAGS="-p -X" +.PHONY: plot plotall +PLOT_SCRIPTS=$(shell find results -name plot.sh) +THUMBS=$(PLOT_SCRIPTS:%/plot.sh=%/thumb) +plot: $(THUMBS) +%/thumb: %/plot.sh + $*/plot.sh -X + +plotall: $(PLOT_SCRIPTS:%=run-%) +$(PLOT_SCRIPTS:%=run-%): + ${@:run-%=%} -X + + .PHONY: html html: