]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Make will run tests for all types of traffic
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:38:42 +0000 (08:38 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:38:42 +0000 (08:38 +0100)
gw-tests/Makefile

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