From: Michal Sojka Date: Fri, 10 Dec 2010 07:41:03 +0000 (+0100) Subject: make interates over all loads X-Git-Tag: fix-allnoconfig~233^2~14 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/24831e61e9de21d00a70371dec223c6ffc95cdee?ds=sidebyside make interates over all loads --- 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)