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