diff options
author | Jack Lloyd <[email protected]> | 2015-08-21 23:48:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-08-21 23:48:48 -0400 |
commit | ce1200d78ae30512149f720943c7194af78cef4b (patch) | |
tree | 817ae59e2ce586a19b2babde3287d6237e168cd6 /src/tests/unit_ecc.cpp | |
parent | c019ed737729d61dc50a4f8446a7b896add05a16 (diff) |
Fix for minimized builds
Diffstat (limited to 'src/tests/unit_ecc.cpp')
-rw-r--r-- | src/tests/unit_ecc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/unit_ecc.cpp b/src/tests/unit_ecc.cpp index 3cb1436d3..bd813b37e 100644 --- a/src/tests/unit_ecc.cpp +++ b/src/tests/unit_ecc.cpp @@ -952,5 +952,6 @@ size_t test_ecc_unit() #else SKIP_TEST(ecc_unit); +SKIP_TEST(ecc_randomized); #endif // BOTAN_HAS_ECC_GROUP |