diff options
author | Hans Nilsson <[email protected]> | 2015-07-03 12:53:55 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-07-03 12:53:55 +0200 |
commit | a7fb15f611d54994fcc210550b522d49c1fb22d7 (patch) | |
tree | cceb7552508f31d42a78d6f34bb26c4d73303a26 /lib/ssh/test/Makefile | |
parent | 51668da86a591681f230e76e4947249e318522a1 (diff) | |
parent | 941ddfbeab3357177ce6eac709456fd881ac2429 (diff) | |
download | otp-a7fb15f611d54994fcc210550b522d49c1fb22d7.tar.gz otp-a7fb15f611d54994fcc210550b522d49c1fb22d7.tar.bz2 otp-a7fb15f611d54994fcc210550b522d49c1fb22d7.zip |
Merge branch 'hans/ssh/trpt_test_lib/OTP-12858' into maint
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 6503d5b643..47c189c162 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -33,8 +33,10 @@ VSN=$(GS_VSN) MODULES= \ ssh_test_lib \ + ssh_trpt_test_lib \ ssh_sup_SUITE \ ssh_basic_SUITE \ + ssh_protocol_SUITE \ ssh_to_openssh_SUITE \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ |