aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorDaniel Goertzen <[email protected]>2012-09-05 08:25:18 -0500
committerIngela Anderton Andin <[email protected]>2012-10-03 19:25:29 +0200
commiteaead6bf3d330fa909ca5feb33fb211d71891c20 (patch)
tree7a88e940a40297c0bde3112f547f96e815226de8 /lib/ssh/test/Makefile
parentaf9a8a011fd06ae54187bae73192c52495090933 (diff)
downloadotp-eaead6bf3d330fa909ca5feb33fb211d71891c20.tar.gz
otp-eaead6bf3d330fa909ca5feb33fb211d71891c20.tar.bz2
otp-eaead6bf3d330fa909ca5feb33fb211d71891c20.zip
ssh: add test suite for testing channel send/receive behavior.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 25072688ad..4be49da435 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -36,7 +36,8 @@ MODULES= \
ssh_to_openssh_SUITE \
ssh_sftp_SUITE \
ssh_sftpd_SUITE \
- ssh_sftpd_erlclient_SUITE
+ ssh_sftpd_erlclient_SUITE \
+ ssh_connection_SUITE
HRL_FILES_NEEDED_IN_TEST= \
$(ERL_TOP)/lib/ssh/src/ssh.hrl \