From 24831e61e9de21d00a70371dec223c6ffc95cdee Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 10 Dec 2010 08:41:03 +0100 Subject: [PATCH 1/1] make interates over all loads --- gw-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-tests/Makefile b/gw-tests/Makefile index c042d2f..2475fd7 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -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) -- 2.39.2