mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Add regress/Makefile.
This commit is contained in:
parent
909d962d3a
commit
76950a6401
8
regress/Makefile
Normal file
8
regress/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
TESTS!= echo *.sh
|
||||
|
||||
.PHONY: all $(TESTS)
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
$(TESTS):
|
||||
sh $*.sh
|
Loading…
Reference in New Issue
Block a user