diff options
author | Hans Nilsson <[email protected]> | 2019-01-10 15:54:37 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-01-14 12:54:10 +0100 |
commit | 88e0232e48e5dd9f32dc3d1b81ace17174671240 (patch) | |
tree | cfb96859955f4f5e8de3b78b60873c1194f8cebe /lib/crypto/test/Makefile | |
parent | c27e37d5c37b1edb81f9521b96bdd996ca25653b (diff) | |
download | otp-88e0232e48e5dd9f32dc3d1b81ace17174671240.tar.gz otp-88e0232e48e5dd9f32dc3d1b81ace17174671240.tar.bz2 otp-88e0232e48e5dd9f32dc3d1b81ace17174671240.zip |
crypto: New test suite - crypto_bench_SUITE
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r-- | lib/crypto/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile index e046a25338..8b320e01a9 100644 --- a/lib/crypto/test/Makefile +++ b/lib/crypto/test/Makefile @@ -6,6 +6,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # ---------------------------------------------------- MODULES = \ + crypto_bench_SUITE \ blowfish_SUITE \ crypto_SUITE \ engine_SUITE @@ -77,7 +78,7 @@ release_spec: release_tests_spec: $(TEST_TARGET) $(INSTALL_DIR) "$(RELSYSDIR)" - $(INSTALL_DATA) crypto.spec crypto.cover $(RELTEST_FILES) "$(RELSYSDIR)" + $(INSTALL_DATA) crypto.spec crypto_bench.spec crypto.cover $(RELTEST_FILES) "$(RELSYSDIR)" @tar cfh - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) chmod -R u+w "$(RELSYSDIR)" |