aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-27 21:45:55 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-27 21:45:55 -0400
commitf21102c06974a8db9d31819a8caf7f34f267a863 (patch)
tree626a76270027f78755f8fc322af7a40fa8e7e72f /src/test/test.h
parent57f04a482e8e6ffe2f209cd1e5c732050f534ac4 (diff)
downloadtor-f21102c06974a8db9d31819a8caf7f34f267a863.tar.gz
tor-f21102c06974a8db9d31819a8caf7f34f267a863.zip
Let's get 100% coverage for proto_http while we're at it.
There was some coverage before, but it was mostly accidental.
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index ba7b767c37..634f3e7b02 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -226,6 +226,7 @@ extern struct testcase_t oos_tests[];
extern struct testcase_t options_tests[];
extern struct testcase_t policy_tests[];
extern struct testcase_t procmon_tests[];
+extern struct testcase_t proto_http_tests[];
extern struct testcase_t proto_misc_tests[];
extern struct testcase_t protover_tests[];
extern struct testcase_t pubsub_tests[];