diff options
author | Hans Nilsson <[email protected]> | 2017-11-10 12:28:34 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-10 12:28:34 +0100 |
commit | 4d9d6776aadee9e0d27b34460fa5269a6b6988aa (patch) | |
tree | 43b1b9394e75b19fb12124234505deb3841748c1 /lib/ssh/test/Makefile | |
parent | 1d0bd5f30cfd95d0977061618a5e483a8606deca (diff) | |
parent | 82a47ae5c388030d6e13b44cc23b6c1639812ad5 (diff) | |
download | otp-4d9d6776aadee9e0d27b34460fa5269a6b6988aa.tar.gz otp-4d9d6776aadee9e0d27b34460fa5269a6b6988aa.tar.bz2 otp-4d9d6776aadee9e0d27b34460fa5269a6b6988aa.zip |
Merge branch 'hans/ssh/hostkey_in_engine/OTP-14757' into maint
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 5ea048a352..a18383d148 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -38,6 +38,7 @@ MODULES= \ ssh_basic_SUITE \ ssh_bench_SUITE \ ssh_connection_SUITE \ + ssh_engine_SUITE \ ssh_protocol_SUITE \ ssh_property_test_SUITE \ ssh_sftp_SUITE \ @@ -49,6 +50,7 @@ MODULES= \ ssh_test_lib \ ssh_key_cb \ ssh_key_cb_options \ + ssh_key_cb_engine_keys \ ssh_trpt_test_lib \ ssh_echo_server \ ssh_bench_dev_null \ |