summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 2c38212f..6b6e0cbf 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -94,6 +94,9 @@ void torture_write_file(const char *filename, const char *data);
#define torture_filter_tests(tests) _torture_filter_tests(tests, sizeof(tests) / sizeof(tests)[0])
void _torture_filter_tests(struct CMUnitTest *tests, size_t ntests);
+const char *torture_server_address(int domain);
+int torture_server_port(void);
+
/*
* This function must be defined in every unit test file.
*/