diff options
author | Hans Nilsson <[email protected]> | 2017-10-31 23:12:52 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-10 12:27:47 +0100 |
commit | 8f8582a0cf347f5c87a02004d981cb2e26027a6d (patch) | |
tree | 004540862d89d41fea47e7855abbce5f629e03d1 /lib/ssh/test/Makefile | |
parent | aa8b4b31e2b31766f8aba4e1bca19d3ed006e272 (diff) | |
download | otp-8f8582a0cf347f5c87a02004d981cb2e26027a6d.tar.gz otp-8f8582a0cf347f5c87a02004d981cb2e26027a6d.tar.bz2 otp-8f8582a0cf347f5c87a02004d981cb2e26027a6d.zip |
ssh: New test suite for engine-stored keys
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 \ |