UNPKG
ssh-tunnel
Version:
latest (2.3.23)
2.3.23
2.3.22
2.3.21
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
SSH-Tunnel management utility
alternatex/ssh-tunnel
ssh-tunnel
/
Makefile
6 lines
(4 loc)
•
79 B
Plain Text
View Raw
1
2
3
4
5
6
TESTS =
$(
shell
find test/test.*.js)
test:
@./test/run
$(TESTS)
.PHONY
: test