diff options
author | Simon Cornish <[email protected]> | 2015-05-11 15:55:02 -0700 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-05-21 10:40:39 +0200 |
commit | 21ecb1a4f3e037411af0c72eb93948ecafbd2984 (patch) | |
tree | bb25295a97ae1d6249805bc375cfe2ff8735ce5a /lib/ssh/test/Makefile | |
parent | d467173208581ee70213d34674ea841813af2e7e (diff) | |
download | otp-21ecb1a4f3e037411af0c72eb93948ecafbd2984.tar.gz otp-21ecb1a4f3e037411af0c72eb93948ecafbd2984.tar.bz2 otp-21ecb1a4f3e037411af0c72eb93948ecafbd2984.zip |
Add tests for ssh rekeying
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 740dbd0235..39b2f57d26 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -40,7 +40,8 @@ MODULES= \ ssh_connection_SUITE \ ssh_echo_server \ ssh_peername_sockname_server \ - ssh_test_cli + ssh_test_cli \ + ssh_relay HRL_FILES_NEEDED_IN_TEST= \ $(ERL_TOP)/lib/ssh/src/ssh.hrl \ |