t/Makefile: OPTS -> GIT_TEST_OPTS
[git/gitweb.git] / t / Makefile
blob6882e23be568ccf14f3adb0c766139086f2ee952
1 # Run tests
3 # Copyright (c) 2005 Junio C Hamano
6 #GIT_TEST_OPTS=--verbose --debug
8 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
10 all:
11 @$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; )
12 @rm -fr trash
14 clean:
15 rm -fr trash