summaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/README')
-rw-r--r--test/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README b/test/README
index bc96ff2aea..d8526806a8 100644
--- a/test/README
+++ b/test/README
@@ -123,9 +123,10 @@ Generic form of C test executables
return testresult;
}
- void register_tests(void)
+ int setup_tests(void)
{
ADD_TEST(my_test); /* Add each test separately */
+ return 1; /* Indicate success */
}
You should use the TEST_xxx macros provided by testutil.h to test all failure