documentation.
[darcs2git.git] / Makefile
bloba4d01b3db3bf434027a56c908279b110235f45b2
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 --debug -d $@/$(t).git tests/$(t) \
11 && ) true