diff options
author | Erlang/OTP <[email protected]> | 2016-10-13 16:17:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-10-13 16:17:04 +0200 |
commit | ad56ed3c3ce10f50b1943a5827c516fc0ff98f4d (patch) | |
tree | 97a5ac8baaf7ab220fab2d88a2986b3b5e8c8440 /lib/ssh/test/Makefile | |
parent | a59807ef9a6a8af6eb6f13976eb405ddb9baad6c (diff) | |
parent | f6c9b5caaa1ba6c22248ff22cc678b30d89cdd36 (diff) | |
download | otp-ad56ed3c3ce10f50b1943a5827c516fc0ff98f4d.tar.gz otp-ad56ed3c3ce10f50b1943a5827c516fc0ff98f4d.tar.bz2 otp-ad56ed3c3ce10f50b1943a5827c516fc0ff98f4d.zip |
Merge branch 'hans/ssh/harmful_badmatch/OTP-13966' into maint-19
* hans/ssh/harmful_badmatch/OTP-13966:
ssh: Removed matching of 'ok' after send which could cause error reports
ssh: ssh_protocol_SUITE test for handling of illegal info_lines
ssh: property test case for illegal infoline and close This tests an illegal client that sends an info line and closes 'immediatly'.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 6ce6d6f537..3fca78237c 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -52,7 +52,8 @@ MODULES= \ ssh_echo_server \ ssh_peername_sockname_server \ ssh_test_cli \ - ssh_relay + ssh_relay \ + ssh_eqc_event_handler HRL_FILES_NEEDED_IN_TEST= \ $(ERL_TOP)/lib/ssh/test/ssh_test_lib.hrl \ |