summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-09-08 21:52:14 -0400
committerJeffrey Walton <noloader@gmail.com>2018-09-08 21:52:14 -0400
commit9a8b4a80240dc25f0547a76b9bd1054d7e307402 (patch)
treeb1848b6cca2b6ef92f820cdcce7280838f22b650 /validate.h
parentae34c2d2ffcf2dc9791a27427647d8911af52eb6 (diff)
downloadcryptopp-git-9a8b4a80240dc25f0547a76b9bd1054d7e307402.tar.gz
Make TestStringSink a debug test
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/validate.h b/validate.h
index b11afb4d..246686bc 100644
--- a/validate.h
+++ b/validate.h
@@ -23,7 +23,6 @@ NAMESPACE_BEGIN(Test)
bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
-bool TestStringSink();
// bool TestSecRandom();
bool TestRandomPool();
#if !defined(NO_OS_DEPENDENCE)
@@ -150,6 +149,8 @@ bool TestRounding();
bool TestHuffmanCodes();
// http://github.com/weidai11/cryptopp/issues/346
bool TestASN1Parse();
+// https://github.com/weidai11/cryptopp/pull/334
+bool TestStringSink();
// Additional tests due to no coverage
bool TestCompressors();
bool TestEncryptors();