repo.or.cz
/
darcs2git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix for repo with local changes prior to obliterate
[darcs2git.git]
/
Makefile
blob
ab3625d8d7926413e5c26628f0c6ad037becd3bc
1
2
.PHONY
:
test-results
3
test
:
test-results
4
5
TESTS
=$(
notdir
$(
wildcard
tests
/*))
6
test-results
:
7
rm
-
rf
$
@
8
mkdir
$
@
9
$(
foreach
t
,$(
TESTS
),
\
10
python darcs2git.py
--
author authors.
test
--
debug
-
d
$
@
/$(
t
)
.git tests
/$(
t
)
\
11
&& )
true
12
13
show
:
14
$(
foreach
t
,$(
TESTS
),
\
15
GIT_DIR
=
test-results
/$(
t
)
.git gitk
& )
true