From 9e7e31c9011e1a63957b48b794b0c72669c081ae Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Wed, 3 Oct 2012 17:39:53 +0200 Subject: ssh: Make test case platform independant The test case interrupted_send did not work on all platforms. Also ct-ify the test suite --- lib/ssh/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ssh/test/Makefile') 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 \ -- cgit v1.2.3