diff options
author | Ingela Anderton Andin <[email protected]> | 2019-07-24 09:12:43 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2019-07-25 10:23:55 +0200 |
commit | 82a6a0ceb00a2e900bb59828d373537cb111bdcb (patch) | |
tree | 864c016ee0f9783330d10d0cfd6310773d01cd7e /lib/ssl/test/Makefile | |
parent | bb72bc0dadd121457019178a2a21e458a998e835 (diff) | |
download | otp-82a6a0ceb00a2e900bb59828d373537cb111bdcb.tar.gz otp-82a6a0ceb00a2e900bb59828d373537cb111bdcb.tar.bz2 otp-82a6a0ceb00a2e900bb59828d373537cb111bdcb.zip |
ssl: Continue moving test form basic_SUITE to more appropriate suites
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 2fb0dcb114..0925c0facc 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -37,6 +37,7 @@ VSN=$(SSL_VSN) MODULES = \ ssl_test_lib \ + ssl_app_env_SUITE\ ssl_alert_SUITE\ ssl_bench_test_lib \ ssl_dist_test_lib \ |