diff options
author | Hans Nilsson <[email protected]> | 2016-04-13 15:35:41 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-29 13:17:52 +0200 |
commit | 8bfcd11948895164d1841c0c00450b0e26cb9927 (patch) | |
tree | ca2541cbf9017aec0f10a0675548b84cc5196307 /lib/ssh/test/Makefile | |
parent | 020e62c9619b518620d216cf0caef55fe129d4c3 (diff) | |
download | otp-8bfcd11948895164d1841c0c00450b0e26cb9927.tar.gz otp-8bfcd11948895164d1841c0c00450b0e26cb9927.tar.bz2 otp-8bfcd11948895164d1841c0c00450b0e26cb9927.zip |
ssh: break out test macro ?wait_match into new ssh_test_lib.hrl
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 |