X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/8340d0e1199ab3ce2750d2d705b34c7a70f589a2..25a87df81e3eb9b6e0bff19a2197165b3c3ceb2a:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index ac9760f..2ede079 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-%) +run-%: % + $* -X + + .PHONY: html html: