summaryrefslogtreecommitdiffstats
path: root/test/lhash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lhash_test.c')
-rw-r--r--test/lhash_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lhash_test.c b/test/lhash_test.c
index 44ce623367..704b1807b4 100644
--- a/test/lhash_test.c
+++ b/test/lhash_test.c
@@ -220,8 +220,9 @@ end:
return testresult;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_int_lhash);
ADD_TEST(test_stress);
+ return 1;
}