summaryrefslogtreecommitdiff
path: root/test/regress.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-04-07 04:49:25 +0000
committerNick Mathewson <nickm@torproject.org>2009-04-07 04:49:25 +0000
commit68d0139f19c876fae18120689f384fc36779d676 (patch)
treeeeb7d76ef53529ac10a250e91c1da3c87d9f7671 /test/regress.h
parent684c022a21d00214ebd598ad1ba8cf656f4432be (diff)
downloadlibevent-68d0139f19c876fae18120689f384fc36779d676.tar.gz
Refactor the zlib and pthreads tests to appear in the regular tinytest tree structure.
svn:r1141
Diffstat (limited to 'test/regress.h')
-rw-r--r--test/regress.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/regress.h b/test/regress.h
index 16ede4e8..0d0ce1a0 100644
--- a/test/regress.h
+++ b/test/regress.h
@@ -44,10 +44,8 @@ extern struct testcase_t dns_testcases[];
extern struct testcase_t rpc_testcases[];
extern struct testcase_t edgetriggered_testcases[];
-int legacy_main(void);
-
-void regress_pthread(void);
-void regress_zlib(void);
+void regress_threads(void *);
+void test_bufferevent_zlib(void *);
/* Helpers to wrap old testcases */
extern int pair[2];