summaryrefslogtreecommitdiffstats
path: root/test/exptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/exptest.c')
-rw-r--r--test/exptest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/exptest.c b/test/exptest.c
index 9de922e979..11347123e6 100644
--- a/test/exptest.c
+++ b/test/exptest.c
@@ -198,8 +198,9 @@ static int test_mod_exp(int round)
return ret;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_mod_exp_zero);
ADD_ALL_TESTS(test_mod_exp, 200);
+ return 1;
}