X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/dabb34af760eff2a6ab8e14927fd173cafb77547..97a91657a5032aa984d91344b91e1c5a084c2f0d:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 697e5a1..1556475 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): - @$@ + @./$@ $(CGIT_TEST_OPTS) clean: $(RM) -rf trash