From f49ea2c9968a8b30c0c268ca52aa066960fd98f7 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 22 Jul 2008 19:01:31 +0200 Subject: tests/Makefile: not everyone has `.` in $PATH Signed-off-by: Lars Hjemli --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 697e5a1..8c6c236 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) all: $(T) $(T): - @$@ + @./$@ clean: $(RM) -rf trash -- cgit v1.2.3-59-g8ed1b