summaryrefslogtreecommitdiffstats
path: root/regress/Makefile
blob: e6c3619fc44001a874e1c7ed363f38eed7009756 (plain)
1
2
3
4
5
6
7
8
9
10
TESTS!= echo *.sh

.PHONY: all $(TESTS)
.NOTPARALLEL: all $(TESTS)

all: $(TESTS)

$(TESTS):
	sh $*.sh
	sleep 1