diff options
author | Hans Nilsson <[email protected]> | 2018-03-16 18:14:19 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-03-16 18:35:23 +0100 |
commit | f85ac4ea30269110763178d67e25e65fec22d1c8 (patch) | |
tree | 9fad698dd6113a5709544764eb6d0f2eb31cf759 /lib/ssh/test/Makefile | |
parent | 1e115d15b207aa9a7111a7c4a9ef25f76f89fd2b (diff) | |
download | otp-f85ac4ea30269110763178d67e25e65fec22d1c8.tar.gz otp-f85ac4ea30269110763178d67e25e65fec22d1c8.tar.bz2 otp-f85ac4ea30269110763178d67e25e65fec22d1c8.zip |
ssh: Join basic and renegotiation suites and parallelize
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 21359a0386..4d84b6c6b6 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -34,7 +34,6 @@ VSN=$(GS_VSN) MODULES= \ ssh_algorithms_SUITE \ ssh_options_SUITE \ - ssh_renegotiate_SUITE \ ssh_basic_SUITE \ ssh_bench_SUITE \ ssh_compat_SUITE \ |