aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-10-04 15:11:12 +0200
committerIngela Anderton Andin <[email protected]>2012-10-04 15:11:12 +0200
commita24c49aec663f19092cf0d2062af19523666d291 (patch)
tree54efc5788839a01e86a79987396f31c99aa03bb7 /lib/ssh/test/Makefile
parent8bac6930f5611a4def1306504715723303517948 (diff)
parent9e7e31c9011e1a63957b48b794b0c72669c081ae (diff)
downloadotp-a24c49aec663f19092cf0d2062af19523666d291.tar.gz
otp-a24c49aec663f19092cf0d2062af19523666d291.tar.bz2
otp-a24c49aec663f19092cf0d2062af19523666d291.zip
Merge branch 'ia/ssh/sending-large-data-and-eof/OTP-10467'
* ia/ssh/sending-large-data-and-eof/OTP-10467: ssh: Make test case platform independant ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} for closed or invalid channels. ssh: Ensure that all data is sent before ssh:send returns. ssh: add test suite for testing channel send/receive behavior.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 25072688ad..f5db31baee 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -36,7 +36,9 @@ MODULES= \
ssh_to_openssh_SUITE \
ssh_sftp_SUITE \
ssh_sftpd_SUITE \
- ssh_sftpd_erlclient_SUITE
+ ssh_sftpd_erlclient_SUITE \
+ ssh_connection_SUITE \
+ ssh_echo_server
HRL_FILES_NEEDED_IN_TEST= \
$(ERL_TOP)/lib/ssh/src/ssh.hrl \