1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-15 06:38:56 +00:00
tmux/regress/Makefile

11 lines
112 B
Makefile
Raw Normal View History

2017-04-30 12:47:25 +00:00
TESTS!= echo *.sh
.PHONY: all $(TESTS)
2017-04-30 12:55:32 +00:00
.NOTPARALLEL: all $(TESTS)
2017-04-30 12:47:25 +00:00
all: $(TESTS)
$(TESTS):
sh $*.sh
2019-04-02 08:48:26 +00:00
sleep 1