diff options
author | Hans Nilsson <[email protected]> | 2018-02-27 19:13:46 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-03-29 12:00:00 +0200 |
commit | a785db13533e1fba0f8459b3a5e5ea96ba0299c1 (patch) | |
tree | c7d17aa5d23d0d9a0efe45435d1b7581f222a20d /lib/ssh/test/Makefile | |
parent | 3715deff44f38aa35873106cd1f116c74c65040a (diff) | |
download | otp-a785db13533e1fba0f8459b3a5e5ea96ba0299c1.tar.gz otp-a785db13533e1fba0f8459b3a5e5ea96ba0299c1.tar.bz2 otp-a785db13533e1fba0f8459b3a5e5ea96ba0299c1.zip |
ssh: New test suite ssh_dbg_SUITE for testing ssh_dbg
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 4d84b6c6b6..0a99d31a63 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -38,6 +38,7 @@ MODULES= \ ssh_bench_SUITE \ ssh_compat_SUITE \ ssh_connection_SUITE \ + ssh_dbg_SUITE \ ssh_engine_SUITE \ ssh_protocol_SUITE \ ssh_property_test_SUITE \ |