summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-03-25 00:58:11 -0400
committerJeffrey Walton <noloader@gmail.com>2018-03-25 00:58:11 -0400
commiteb0d040786ffd41e517f51a6878e37b1de8ee334 (patch)
tree1fa27983cc2d3ddbad904fd0b4c83cfeb06f2b0e /validat1.cpp
parentff82b5a886d379899f8a4eb142c4fefb057e19c0 (diff)
downloadcryptopp-git-eb0d040786ffd41e517f51a6878e37b1de8ee334.tar.gz
Move some tests from TestIntegerBitops to TestIntegerOps (GH #602)
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/validat1.cpp b/validat1.cpp
index 24df631b..bd32fb2f 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -94,6 +94,8 @@ bool ValidateAll(bool thorough)
#if defined(CRYPTOPP_EXTENDED_VALIDATION)
// http://github.com/weidai11/cryptopp/issues/92
pass=TestSecBlock() && pass;
+ // http://github.com/weidai11/cryptopp/issues/602
+ pass=TestIntegerOps() && pass;
// http://github.com/weidai11/cryptopp/issues/336
pass=TestIntegerBitops() && pass;
// http://github.com/weidai11/cryptopp/issues/64