fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / t / Makefile
blobde8a7ab086915d2bf5402d92f76ff5950f12a828
1 T = $(wildcard test*.sh)
3 all: $(T)
4 @echo "passed $$(echo $(T)|wc -w) tests."
6 $(T):
7 @echo "*** $@ ***"; sh $@
9 .PHONY: $(T)