summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/Makefile
blob: de8a7ab086915d2bf5402d92f76ff5950f12a828 (plain)
1
2
3
4
5
6
7
8
9
T = $(wildcard test*.sh)

all: $(T)
	@echo "passed $$(echo $(T)|wc -w) tests."

$(T):
	@echo "*** $@ ***"; sh $@

.PHONY: $(T)