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