X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b4649fc90597910c89c3f37a6aec9af54d9f416b..6ac984b51df06aae105054ce36e7d0f190564ccd:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 697e5a1..65e1117 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,11 +1,15 @@ +include ../git/config.mak.uname +-include ../cgit.conf +SHELL_PATH ?= $(SHELL) +SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) all: $(T) $(T): - @$@ + @'$(SHELL_PATH_SQ)' $@ $(CGIT_TEST_OPTS) clean: $(RM) -rf trash