diff options
author | Ingela Anderton Andin <[email protected]> | 2012-10-03 17:39:53 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-10-03 19:25:29 +0200 |
commit | 9e7e31c9011e1a63957b48b794b0c72669c081ae (patch) | |
tree | deac2be399ce9d8091fea85203f63be6cc7e4604 /lib/ssh/test/Makefile | |
parent | 0fa25d095f7760efeb17585f961f9092e6ec1fc9 (diff) | |
download | otp-9e7e31c9011e1a63957b48b794b0c72669c081ae.tar.gz otp-9e7e31c9011e1a63957b48b794b0c72669c081ae.tar.bz2 otp-9e7e31c9011e1a63957b48b794b0c72669c081ae.zip |
ssh: Make test case platform independant
The test case interrupted_send did not work on all platforms.
Also ct-ify the test suite
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 4be49da435..f5db31baee 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -37,7 +37,8 @@ MODULES= \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ ssh_sftpd_erlclient_SUITE \ - ssh_connection_SUITE + ssh_connection_SUITE \ + ssh_echo_server HRL_FILES_NEEDED_IN_TEST= \ $(ERL_TOP)/lib/ssh/src/ssh.hrl \ |