summaryrefslogtreecommitdiffstats
path: root/test/exdatatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/exdatatest.c')
-rw-r--r--test/exdatatest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/exdatatest.c b/test/exdatatest.c
index 9b88b1ad1e..0ded7db673 100644
--- a/test/exdatatest.c
+++ b/test/exdatatest.c
@@ -258,7 +258,8 @@ static int test_exdata(void)
return 0;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_exdata);
+ return 1;
}