X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/4b76b3ca061852465150edabb76c1a939f191091..43d1fc38b83d1aadfd22263a5930caaf8e0c584c:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index ac9760f..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: - find results -name plot.sh -exec '{}' -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: