diff options
author | Hans Nilsson <[email protected]> | 2017-09-11 12:00:05 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-10-03 12:09:08 +0200 |
commit | 7246a3577c767fecf1ae035ee67a95f69f85f815 (patch) | |
tree | 86bc9d44709eace51488c2a646b978bb4d95a594 /lib/ssh | |
parent | 5dfa52ea77f6d71472b3824c4e7782ff61e4fa8c (diff) | |
download | otp-7246a3577c767fecf1ae035ee67a95f69f85f815.tar.gz otp-7246a3577c767fecf1ae035ee67a95f69f85f815.tar.bz2 otp-7246a3577c767fecf1ae035ee67a95f69f85f815.zip |
ssh: Put ssh_property_test_SUITE back in test/Makefile
Diffstat (limited to 'lib/ssh')
-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 32e76cf077..5ea048a352 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -39,6 +39,7 @@ MODULES= \ ssh_bench_SUITE \ ssh_connection_SUITE \ ssh_protocol_SUITE \ + ssh_property_test_SUITE \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ ssh_sftpd_erlclient_SUITE \ |