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