robustness, and keep working without mail to name map.
[darcs2git.git] / Makefile
blobcc327aeed4c16c0ea6be2a942aba2f16068d3273
2 .PHONY: test-results
3 test: test-results
5 TESTS=$(notdir $(wildcard tests/*))
6 test-results:
7 rm -rf $@
8 mkdir $@
9 $(foreach t,$(TESTS),\
10 python darcs2git.py -d $@/$(t).git tests/$(t) \
11 && rm -rf test-checkout \
12 && git clone $@/$(t).git test-checkout \
13 && diff -urN --exclude .git test-checkout/ tests/$(t)/_darcs/pristine && ) true