]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
make interates over all loads
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Dec 2010 07:41:03 +0000 (08:41 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Dec 2010 07:41:03 +0000 (08:41 +0100)
gw-tests/Makefile

index c042d2faeaaef81287d3edae108fe7c57aab87f1..2475fd7ae4d73115983a276532f9cffed899b4bf 100644 (file)
@@ -5,7 +5,7 @@ T=$(filter-out lib.sh,$(wildcard *.sh))
 all: $(T:%=run-%) html
        @echo "Run 'make plot' to generate graphs"
 
-TEST_FLAGS = -P -t all
+TEST_FLAGS = -P -t all -l all
 
 $(T:%=run-%):run-%:
        ./$* $(TEST_FLAGS)