From 7cf167227b31a3a2aa6488b4de482927d9ffaa0e Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 4 Dec 2010 08:38:42 +0100 Subject: [PATCH] Make will run tests for all types of traffic --- gw-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2