diff options
author | Dan Gudmundsson <[email protected]> | 2014-06-04 16:08:20 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-06-05 11:40:37 +0200 |
commit | c3c151b74caf3da6aa896f6cd67b7c8c4b9f6920 (patch) | |
tree | 9a5dc80940e307486e6d76a0b69c4e4ed3fbb608 /lib/ssl/test/Makefile | |
parent | a4dac83e01f7f74ccad5ee1f81bdb12808e2d9e0 (diff) | |
download | otp-c3c151b74caf3da6aa896f6cd67b7c8c4b9f6920.tar.gz otp-c3c151b74caf3da6aa896f6cd67b7c8c4b9f6920.tar.bz2 otp-c3c151b74caf3da6aa896f6cd67b7c8c4b9f6920.zip |
ssl: Add simple benchmarks
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 2f8ff6f04e..3639c2b2da 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -37,6 +37,7 @@ VSN=$(GS_VSN) MODULES = \ ssl_test_lib \ ssl_basic_SUITE \ + ssl_bench_SUITE \ ssl_cipher_SUITE \ ssl_certificate_verify_SUITE\ ssl_crl_SUITE\ @@ -130,7 +131,7 @@ release_spec: opt release_tests_spec: opt $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) $(ERL_FILES) $(HRL_FILES) $(HRL_FILES_NEEDED_IN_TEST) $(COVER_FILE) "$(RELSYSDIR)" - $(INSTALL_DATA) ssl.spec ssl.cover "$(RELSYSDIR)" + $(INSTALL_DATA) ssl.spec ssl_bench.spec ssl.cover "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |