summaryrefslogtreecommitdiff
path: root/test/regress.h
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2018-10-27 19:41:52 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2018-10-28 01:21:35 +0300
commit7cec9b95a3aefb85fcf75610abc8e27e284b251d (patch)
treec210299a721c22192e8d78833d6e54075d70a6ab /test/regress.h
parent5264c03f8a8ac759ef42e5dfdfb3fda0accd12f6 (diff)
downloadlibevent-7cec9b95a3aefb85fcf75610abc8e27e284b251d.tar.gz
test: export basic_test_setup/basic_test_cleanup to extend them
Diffstat (limited to 'test/regress.h')
-rw-r--r--test/regress.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress.h b/test/regress.h
index de1aed30..3976a626 100644
--- a/test/regress.h
+++ b/test/regress.h
@@ -137,6 +137,9 @@ SSL_CTX *get_ssl_ctx(void);
void init_ssl(void);
#endif
+void * basic_test_setup(const struct testcase_t *testcase);
+int basic_test_cleanup(const struct testcase_t *testcase, void *ptr);
+
#ifdef __cplusplus
}
#endif