blob: e6c3619fc44001a874e1c7ed363f38eed7009756 [file] [log] [blame] [raw]
TESTS!= echo *.sh
.PHONY: all $(TESTS)
.NOTPARALLEL: all $(TESTS)
all: $(TESTS)
$(TESTS):
sh $*.sh
sleep 1