[PATCH] Make the test more shell generic and fix missing Solaris find option
[git.git] / t / Makefile
1 # Run tests
2 #
3 # Copyright (c) 2005 Junio C Hamano
4 #
5
6 #GIT_TEST_OPTS=--verbose --debug
7 SHELL_PATH ?= $(SHELL)
8
9 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
10
11 all:
12         @$(foreach t,$T,echo "*** $t ***"; $(SHELL_PATH) $t $(GIT_TEST_OPTS) || exit; )
13         @rm -fr trash
14
15 clean:
16         rm -fr trash