X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/b4649fc90597910c89c3f37a6aec9af54d9f416b..370535fc70e87e465e0d6b39420b0b6a72056b37:/tests/Makefile 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