summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-10 22:09:38 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-10 22:09:38 -0500
commit177843201379aaccac561f5d6a25a72ff3220eaa (patch)
treef22c3642c4173f41a1b8714b93465925107897da /validate.h
parent781e63ba7cb669cfe70278956f6264b3488da453 (diff)
downloadcryptopp-git-177843201379aaccac561f5d6a25a72ff3220eaa.tar.gz
Add self tests for RoundUpToMultipleOf (Issue 360)
Thanks to Boldizsár Lipka
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index f52fb046..860db6ca 100644
--- a/validate.h
+++ b/validate.h
@@ -101,6 +101,8 @@ bool TestSecBlock();
bool TestPolynomialMod2();
// http://github.com/weidai11/cryptopp/issues/336
bool TestIntegerBitops();
+// http://github.com/weidai11/cryptopp/issues/360
+bool TestRounding();
// http://github.com/weidai11/cryptopp/issues/242
bool TestHuffmanCodes();
// http://github.com/weidai11/cryptopp/issues/346