Update the test framework so that the need for test_main is removed. Everything
[oweals/openssl.git] / test / secmemtest.c
index c7d4fe701f9900da0fbf84ab6e2c0016fe5a97ce..5592ce7ad2547b333ce97eac6246e58cdb05261f 100644 (file)
@@ -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;
 }