aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-06-15 22:09:53 +0200
committerHans Nilsson <[email protected]>2015-07-02 12:01:48 +0200
commit941ddfbeab3357177ce6eac709456fd881ac2429 (patch)
treebd5facee29c211e3bd2f1730f1467c6b7daa6326 /lib/ssh/test/Makefile
parent2e36a5f144ff1c996f02d5a55b07f3c840869ebf (diff)
downloadotp-941ddfbeab3357177ce6eac709456fd881ac2429.tar.gz
otp-941ddfbeab3357177ce6eac709456fd881ac2429.tar.bz2
otp-941ddfbeab3357177ce6eac709456fd881ac2429.zip
ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE
This test lib is intended for deeper testing of the SSH application. It makes it possible to do exact steps in the message exchange to test "corner cases"
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 6503d5b643..47c189c162 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -33,8 +33,10 @@ VSN=$(GS_VSN)
MODULES= \
ssh_test_lib \
+ ssh_trpt_test_lib \
ssh_sup_SUITE \
ssh_basic_SUITE \
+ ssh_protocol_SUITE \
ssh_to_openssh_SUITE \
ssh_sftp_SUITE \
ssh_sftpd_SUITE \