X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f49ea2c9968a8b30c0c268ca52aa066960fd98f7..3741254a6989b2837cd8d20480f152f0096bcb9a:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 8c6c236..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