diff options
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"}. + |