mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add regress/Makefile.
This commit is contained in:
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
|
Reference in New Issue
Block a user