]> git.ipfire.org Git - thirdparty/git.git/blob - t/Makefile
t/Makefile cleanup
[thirdparty/git.git] / t / Makefile
1 # Run tests
2 #
3 # Copyright (c) 2005 Junio C Hamano
4 #
5 #OPTS=--verbose --debug
6
7 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
8
9 all:
10 @$(foreach t,$T,echo "*** $t ***"; sh $t $(OPTS) || exit; )
11 @rm -fr trash
12
13 clean:
14 rm -fr trash