summaryrefslogtreecommitdiff
path: root/t/Makefile
blob: 6882e23be568ccf14f3adb0c766139086f2ee952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Run tests
#
# Copyright (c) 2005 Junio C Hamano
#
 
#GIT_TEST_OPTS=--verbose --debug
 
T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
 
all:
	@$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; )
	@rm -fr trash
 
clean:
	rm -fr trash