3 # Copyright (c) 2005 Junio C Hamano
6 #GIT_TEST_OPTS=--verbose --debug
11 # Result of this needs to be placed inside ''
12 shq
= $(subst ','\'',$(1))
13 # This has surrounding ''
14 shellquote = '$(call shq
,$(1))'
16 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
21 @echo "*** $@ ***"; $(call shellquote,$(SHELL_PATH)) $@ $(GIT_TEST_OPTS)