From: Michal Sojka Date: Sat, 4 Dec 2010 07:38:42 +0000 (+0100) Subject: Make will run tests for all types of traffic X-Git-Tag: fix-allnoconfig~258 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/7cf167227b31a3a2aa6488b4de482927d9ffaa0e Make will run tests for all types of traffic --- diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 9819160..2f1cf86 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -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)