aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-06-01 10:49:28 +0200
committerHans Nilsson <[email protected]>2018-06-01 10:49:28 +0200
commit2f19f05194950b45e31cc3f6988f1379a10173e4 (patch)
tree44fbc7eb81285f3e0e7799abf59425623bb95ebb /lib/ssh/test/Makefile
parent3aa6e3ab1d67ae7c409a179240e8456e63d44dec (diff)
parent9c1ad304080c40a7ca0be48ee6608b26693c348a (diff)
downloadotp-2f19f05194950b45e31cc3f6988f1379a10173e4.tar.gz
otp-2f19f05194950b45e31cc3f6988f1379a10173e4.tar.bz2
otp-2f19f05194950b45e31cc3f6988f1379a10173e4.zip
Merge branch 'hans/ssh/channel_testsuite/OTP-15051'
* hans/ssh/channel_testsuite/OTP-15051: ssh: Channel testsuite
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 0a99d31a63..9832a9b210 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -36,6 +36,7 @@ MODULES= \
ssh_options_SUITE \
ssh_basic_SUITE \
ssh_bench_SUITE \
+ ssh_chan_behaviours_SUITE \
ssh_compat_SUITE \
ssh_connection_SUITE \
ssh_dbg_SUITE \
@@ -53,6 +54,8 @@ MODULES= \
ssh_key_cb_options \
ssh_key_cb_engine_keys \
ssh_trpt_test_lib \
+ ssh_chan_behaviours_client \
+ ssh_chan_behaviours_server \
ssh_echo_server \
ssh_bench_dev_null \
ssh_peername_sockname_server \