diff options
author | Zandra <[email protected]> | 2015-12-03 10:04:58 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-12-03 10:04:58 +0100 |
commit | f96039f1c0cf59c2069f7e1acd1312fa22d6bab9 (patch) | |
tree | fd0d43ae20147364d22b9ec628e687f1d0f4b79f /lib/ssh/test/Makefile | |
parent | af64a1fea4c5a375fc295af09e742d125faeac9d (diff) | |
parent | e14b301be3b5593a13e666885ca795e6bee54b5b (diff) | |
download | otp-f96039f1c0cf59c2069f7e1acd1312fa22d6bab9.tar.gz otp-f96039f1c0cf59c2069f7e1acd1312fa22d6bab9.tar.bz2 otp-f96039f1c0cf59c2069f7e1acd1312fa22d6bab9.zip |
Merge branch 'swvist/topic/ssh-key-callback-options' into maint
* swvist/topic/ssh-key-callback-options:
Support SSH key callback module options
OTP-13156
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 96c74c6c8a..781a876723 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -47,6 +47,8 @@ MODULES= \ ssh_to_openssh_SUITE \ ssh_upgrade_SUITE \ ssh_test_lib \ + ssh_key_cb \ + ssh_key_cb_options \ ssh_trpt_test_lib \ ssh_echo_server \ ssh_peername_sockname_server \ |