]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/Makefile
Allow rerunning only the necessary experiments
[can-benchmark.git] / gw-tests / Makefile
index 520bc6c3962e9880087b2b8ffd5ca755594893c7..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)