diff options
author | Hans Nilsson <[email protected]> | 2016-10-13 13:09:42 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-10-13 15:43:25 +0200 |
commit | d53bd4936297f6310e59f88191014bb5dd0d8b2c (patch) | |
tree | e9626c254f8f39787b0d4ce30cb4a11389209d37 /lib/ssh/test/Makefile | |
parent | a59807ef9a6a8af6eb6f13976eb405ddb9baad6c (diff) | |
download | otp-d53bd4936297f6310e59f88191014bb5dd0d8b2c.tar.gz otp-d53bd4936297f6310e59f88191014bb5dd0d8b2c.tar.bz2 otp-d53bd4936297f6310e59f88191014bb5dd0d8b2c.zip |
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 \ |