repo.or.cz
/
tmux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'obsd-master'
[tmux.git]
/
regress
/
Makefile
blob
e6c3619fc44001a874e1c7ed363f38eed7009756
1
TESTS
!=
echo
*
.sh
2
3
.PHONY
:
all
$(
TESTS
)
4
.NOTPARALLEL
:
all
$(
TESTS
)
5
6
all
: $(
TESTS
)
7
8
$(
TESTS
):
9
sh
$*
.sh
10
sleep
1