tmux/regress/Makefile
2019-04-02 09:53:02 +01:00

11 lines
112 B
Makefile

TESTS!= echo *.sh
.PHONY: all $(TESTS)
.NOTPARALLEL: all $(TESTS)
all: $(TESTS)
$(TESTS):
sh $*.sh
sleep 1