the repository which powers this website
tests/Makefile: not everyone has `.` in $PATH
Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2008-07-23
parent 566f92b · commit f49ea2c
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 697e5a1c..8c6c236b 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