repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
difftool: don't overwrite modified files
[git/raj.git]
/
contrib
/
remote-helpers
/
Makefile
blob
9a76575f78f7c2cc6154c0a0d57f732de1e7f5d9
1
TESTS
:= $(
wildcard test
*
.sh
)
2
3
export
T
:= $(
addprefix
$(
CURDIR
)/,$(
TESTS
))
4
export
MAKE
:= $(
MAKE
) -
e
5
export
PATH
:= $(
CURDIR
):$(
PATH
)
6
7
test
:
8
$(
MAKE
) -
C ..
/
..
/
t
$
@
9
10
$(
TESTS
):
11
$(
MAKE
) -
C ..
/
..
/
t
$(
CURDIR
)/$
@
12
13
.PHONY
: $(
TESTS
)