X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f49ea2c9968a8b30c0c268ca52aa066960fd98f7..438bac6f579dab5b8f64e8ce42b88cfc3f053b28:/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