summaryrefslogtreecommitdiffstats
path: root/test/secmemtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/secmemtest.c')
-rw-r--r--test/secmemtest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/secmemtest.c b/test/secmemtest.c
index c7d4fe701f..5592ce7ad2 100644
--- a/test/secmemtest.c
+++ b/test/secmemtest.c
@@ -123,7 +123,8 @@ static int test_sec_mem(void)
#endif
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_sec_mem);
+ return 1;
}