cgit

commit f49ea2c9968a8b30c0c268ca52aa066960fd98f7

Author: Lars Hjemli <hjemli@gmail.com>

tests/Makefile: not everyone has `.` in $PATH

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 tests/Makefile | 2 +-


diff --git a/tests/Makefile b/tests/Makefile
index 697e5a1c62cbd190e507f8bddc509c8ceab79b0c..8c6c236ba09104821de44b17d1fb32dd4f2e5255 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,7 +5,7 @@
 all: $(T)
 
 $(T):
-	@$@
+	@./$@
 
 clean:
 	$(RM) -rf trash