X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2Ftest_I.cc;h=8e5ea63f494dd4604a71ebe70f4ef469a005b42c;hb=a5a43ddb1b42b04c67603f943ad6364405dc0275;hp=6073620813d2204d8f2e4c68440db9514ae2456a;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/tests/test_I.cc b/tests/test_I.cc index 6073620..8e5ea63 100644 --- a/tests/test_I.cc +++ b/tests/test_I.cc @@ -43,6 +43,7 @@ extern int test_I_power2p (int iterations); extern int test_I_isqrt (int iterations); extern int test_I_sqrtp (int iterations); // Miscellaneous. +extern int test_I_io (int iterations); extern int test_I_GV (int iterations); #define RUN(tester,iterations) \ @@ -96,6 +97,7 @@ int test_I (int iterations) RUN(test_I_isqrt,iterations); RUN(test_I_sqrtp,iterations); // Miscellaneous. + RUN(test_I_io,iterations); RUN(test_I_GV,iterations); return error; }