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/crypto.spec | |
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/crypto.spec')
-rw-r--r-- | lib/crypto/test/crypto.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/crypto/test/crypto.spec b/lib/crypto/test/crypto.spec index cc09970cb3..4a95275687 100644 --- a/lib/crypto/test/crypto.spec +++ b/lib/crypto/test/crypto.spec @@ -1 +1,6 @@ {suites,"../crypto_test",all}. + +{skip_suites, "../crypto_test", [crypto_bench_SUITE + ], + "Benchmarks run separately"}. + |