repo.or.cz
/
alt-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] Escape asciidoc's built-in em-dash replacement
[alt-git.git]
/
t
/
Makefile
blob
6882e23be568ccf14f3adb0c766139086f2ee952
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