aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 542b2757..2be45644 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -31,4 +31,10 @@ void torture_create_case_fixture(Suite *s, const char *name, TFun function,
void torture_create_case_timeout(Suite *s, const char *name, TFun function,
int timeout);
+/*
+ * This function must be defined in every unit test file.
+ */
+Suite *torture_make_suite(void);
+
+
#endif /* _TORTURE_H */