aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorSuphanat Chunhapanya <haxx.pop@gmail.com>2019-09-10 15:32:08 +0800
committerNick Mathewson <nickm@torproject.org>2020-01-06 13:39:10 -0500
commit41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4 (patch)
treee19beb0c79fcf1d2c11c32eea64533a9aa466bca /src/test/test.c
parent119004e87d6303de5e90e7dfad87dd89bae6bd5f (diff)
downloadtor-41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4.tar.gz
tor-41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4.zip
test: Implement haproxy
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 6dbec26fa8..11a00606f3 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -899,6 +899,7 @@ struct testgroup_t testgroups[] = {
{ "prob_distr/", prob_distr_tests },
{ "procmon/", procmon_tests },
{ "process/", process_tests },
+ { "proto/haproxy/", proto_haproxy_tests },
{ "proto/http/", proto_http_tests },
{ "proto/misc/", proto_misc_tests },
{ "protover/", protover_tests },