aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-10-13 16:17:04 +0200
committerErlang/OTP <[email protected]>2016-10-13 16:17:04 +0200
commitad56ed3c3ce10f50b1943a5827c516fc0ff98f4d (patch)
tree97a5ac8baaf7ab220fab2d88a2986b3b5e8c8440 /lib/ssh/test/Makefile
parenta59807ef9a6a8af6eb6f13976eb405ddb9baad6c (diff)
parentf6c9b5caaa1ba6c22248ff22cc678b30d89cdd36 (diff)
downloadotp-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/Makefile3
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 \