diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-27 21:45:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-27 21:45:55 -0400 |
commit | f21102c06974a8db9d31819a8caf7f34f267a863 (patch) | |
tree | 626a76270027f78755f8fc322af7a40fa8e7e72f /src/test/include.am | |
parent | 57f04a482e8e6ffe2f209cd1e5c732050f534ac4 (diff) | |
download | tor-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/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 95efe4e795..4cc2fae4ca 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -137,6 +137,7 @@ src_test_test_SOURCES = \ src/test/test_options.c \ src/test/test_policy.c \ src/test/test_procmon.c \ + src/test/test_proto_http.c \ src/test/test_proto_misc.c \ src/test/test_protover.c \ src/test/test_pt.c \ |