]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/Makefile
Change version of skipped kernels
[can-benchmark.git] / gw-tests / Makefile
index 890f63fa911faee55705b940fc56d9793566bd3b..580d3ad93baf6aa9ae371b0e04d1ae5ebe637458 100644 (file)
@@ -8,7 +8,7 @@ T:=$(filter-out filter%,$(T)) $(filter filter%,$(T))
 all: $(T:%=run-%) html
        @echo "Run 'make plot' to generate graphs"
 
-TEST_FLAGS = -P -t all -l all
+TEST_FLAGS = -P -t all -l all $(if $(UPDATE),-u)
 
 $(T:%=run-%):run-%:
        ./$* $(TEST_FLAGS)
@@ -18,8 +18,8 @@ $(T:%=run-%):run-%:
 PLOT_SCRIPTS=$(shell find results -name plot.sh)
 
 define plot_template
-plot: $1/$(notdir $1).png
-$1/$(notdir $1).png: $1/plot.sh $(notdir $1).sh lib.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