diff options
author | Ingela Anderton Andin <[email protected]> | 2013-11-12 17:08:40 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-11-13 10:58:20 +0100 |
commit | fe6ddb300dbf092b02260a06baf6238f4d81eb14 (patch) | |
tree | c4c15a58ea841be2ad84c5c3163d0d64404324a9 /lib/ssh/test/Makefile | |
parent | 32102f1e8225dada7526c9bfee6622f9026ba4cd (diff) | |
download | otp-fe6ddb300dbf092b02260a06baf6238f4d81eb14.tar.gz otp-fe6ddb300dbf092b02260a06baf6238f4d81eb14.tar.bz2 otp-fe6ddb300dbf092b02260a06baf6238f4d81eb14.zip |
ssh: Add CLI test case
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 13caafc055..740dbd0235 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -39,7 +39,8 @@ MODULES= \ ssh_sftpd_erlclient_SUITE \ ssh_connection_SUITE \ ssh_echo_server \ - ssh_peername_sockname_server + ssh_peername_sockname_server \ + ssh_test_cli HRL_FILES_NEEDED_IN_TEST= \ $(ERL_TOP)/lib/ssh/src/ssh.hrl \ |