From: Michal Sojka Date: Fri, 28 Aug 2009 08:07:08 +0000 (+0200) Subject: Fix makefile X-Git-Tag: fix-allnoconfig~363 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/996a2b0eabe48af1e245b96541a18b97fceb0477?ds=sidebyside Fix makefile Fix ma# Your branch is ahead of 'origin/master' by 3 commits. --- diff --git a/tests/Makefile b/tests/Makefile index 54bdd0f..16d522a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ T=$(filter-out _lib.sh,$(wildcard *.sh)) all: $(T) html -TEST_FLAGS = -x +TEST_FLAGS = -X $(T):%: ./$@ $(TEST_FLAGS)