diff options
author | Ingela Anderton Andin <[email protected]> | 2015-02-17 12:31:57 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-02-17 12:31:57 +0100 |
commit | 36a515e52d89a6a5f87c271bdea794394ca35d27 (patch) | |
tree | f33c6c3a1dbc2bdf4dfd2bc2f75e8e2329485983 /lib/ssl/test/Makefile | |
parent | d26260a1d731be4fc37efbd9161e8e58489733bf (diff) | |
parent | d8cdf2d5a069e44935fadc7e0fa3483c93fe5297 (diff) | |
download | otp-36a515e52d89a6a5f87c271bdea794394ca35d27.tar.gz otp-36a515e52d89a6a5f87c271bdea794394ca35d27.tar.bz2 otp-36a515e52d89a6a5f87c271bdea794394ca35d27.zip |
Merge branch 'ia/ssl/soft-upgrade-test'
* ia/ssl/soft-upgrade-test:
ssl: Prepare for 18
ssl: Add soft upgrade test suite
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 90a6c3aa42..09cc5981e7 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -51,6 +51,7 @@ MODULES = \ ssl_session_cache_SUITE \ ssl_to_openssl_SUITE \ ssl_ECC_SUITE \ + ssl_upgrade_SUITE\ make_certs\ erl_make_certs |