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