Update the test framework so that the need for test_main is removed. Everything
[openssl.git] / test / lhash_test.c
index 44ce623367b6c79b6661f93fbf11be4a53ed6914..704b1807b44ddbb664531b38d3f7739a53d4effe 100644 (file)
@@ -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;
 }