aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-07-22 19:01:31 +0200
committerLars Hjemli <hjemli@gmail.com>2008-07-22 19:02:27 +0200
commitf49ea2c9968a8b30c0c268ca52aa066960fd98f7 (patch)
treed7fd1b180329a1198e6d7a017485c6bdc5c60b50 /tests/Makefile
parent566f92b27618f67f59cc3642e17d9cb9c12634fa (diff)
downloadcgit-f49ea2c9968a8b30c0c268ca52aa066960fd98f7.tar.gz
cgit-f49ea2c9968a8b30c0c268ca52aa066960fd98f7.tar.bz2
tests/Makefile: not everyone has `.` in $PATH
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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