repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] git fetch --tags
[git.git]
/
t
/
Makefile
blob
a6b80882cee795f76df907bfb52b90b81b2d1524
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