summaryrefslogtreecommitdiff
path: root/src/test/test.c
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.c
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.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 27c776b304..368d874be9 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1215,6 +1215,7 @@ struct testgroup_t testgroups[] = {
{ "options/", options_tests },
{ "policy/" , policy_tests },
{ "procmon/", procmon_tests },
+ { "proto/http/", proto_http_tests },
{ "proto/misc/", proto_misc_tests },
{ "protover/", protover_tests },
{ "pt/", pt_tests },