From 996a2b0eabe48af1e245b96541a18b97fceb0477 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 28 Aug 2009 10:07:08 +0200 Subject: [PATCH] Fix makefile Fix ma# Your branch is ahead of 'origin/master' by 3 commits. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2