projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge with gitk.
[git.git]
/
t
/
Makefile
1
# Run tests
2
#
3
# Copyright (c) 2005 Junio C Hamano
4
#
5
6
#GIT_TEST_OPTS=--verbose --debug
7
8
T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
9
10
all:
11
@$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; )
12
@rm -fr trash
13
14
clean:
15
rm -fr trash