diff options
author | Hans Nilsson <[email protected]> | 2016-05-02 13:09:04 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-05-02 13:09:04 +0200 |
commit | 4921b2704b761a7dd87a17494a8b8336237a240a (patch) | |
tree | 2e08ed3b14befc71a5f9181fcdfa23c11b6d9581 /lib/ssh/test/Makefile | |
parent | 8a7789a5814dad194310d08dafc4421d22b3c89f (diff) | |
parent | 8bfcd11948895164d1841c0c00450b0e26cb9927 (diff) | |
download | otp-4921b2704b761a7dd87a17494a8b8336237a240a.tar.gz otp-4921b2704b761a7dd87a17494a8b8336237a240a.tar.bz2 otp-4921b2704b761a7dd87a17494a8b8336237a240a.zip |
Merge branch 'hans/ssh/cuddle_tests'
Conflicts:
lib/ssh/test/ssh_algorithms_SUITE.erl
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 4ecc662c13..6ce6d6f537 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -55,6 +55,7 @@ MODULES= \ ssh_relay HRL_FILES_NEEDED_IN_TEST= \ + $(ERL_TOP)/lib/ssh/test/ssh_test_lib.hrl \ $(ERL_TOP)/lib/ssh/src/ssh.hrl \ $(ERL_TOP)/lib/ssh/src/ssh_xfer.hrl |