diff options
author | Hans Nilsson <[email protected]> | 2019-01-15 11:47:37 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-01-15 11:47:37 +0100 |
commit | 67ec51fe377a4359368405088d8231d3bddba0e9 (patch) | |
tree | e3c5ebd13d1915c12bed41eda1c6f69bf317a917 /lib/crypto/test/crypto_bench.spec | |
parent | 597bf59d49ac31b01905b88f6ba4eb491a0adfcb (diff) | |
parent | a39ffa01ae51bebc496de22580d5b6aae6831afa (diff) | |
download | otp-67ec51fe377a4359368405088d8231d3bddba0e9.tar.gz otp-67ec51fe377a4359368405088d8231d3bddba0e9.tar.bz2 otp-67ec51fe377a4359368405088d8231d3bddba0e9.zip |
Merge branch 'maint'
* maint:
crypto: New test suite - crypto_bench_SUITE
Diffstat (limited to 'lib/crypto/test/crypto_bench.spec')
-rw-r--r-- | lib/crypto/test/crypto_bench.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/crypto/test/crypto_bench.spec b/lib/crypto/test/crypto_bench.spec new file mode 100644 index 0000000000..b9a26d94db --- /dev/null +++ b/lib/crypto/test/crypto_bench.spec @@ -0,0 +1,3 @@ +{suites, "../crypto_test", [ + crypto_bench_SUITE + ]}. |