1 -include ../../../config.mak.autogen
2 -include ../../../config.mak
4 # copied from ../../t/Makefile
6 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
7 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
12 .PHONY: help clean all test $(T)
15 @echo 'Run "$(MAKE) test" to launch test scripts'
16 @echo 'Run "$(MAKE) clean" to remove trash folders'
19 @echo "*** $@ ***"; '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
22 $(RM) -r 'trash directory'.*