aboutsummaryrefslogtreecommitdiffstats
path: root/test/bn_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bn_test.cpp')
-rw-r--r--test/bn_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bn_test.cpp b/test/bn_test.cpp
index 929e235..4ee2980 100644
--- a/test/bn_test.cpp
+++ b/test/bn_test.cpp
@@ -375,6 +375,8 @@ CYBOZU_TEST_AUTO(naive)
testPrecomputed(P, Q);
testMillerLoop2(P, Q);
testBench(P, Q);
+ benchAddDblG1();
+ benchAddDblG2();
}
int count = (int)clk.getCount();
if (count) {