diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2019-09-10 15:32:08 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 13:39:10 -0500 |
commit | 41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4 (patch) | |
tree | e19beb0c79fcf1d2c11c32eea64533a9aa466bca /src/test/include.am | |
parent | 119004e87d6303de5e90e7dfad87dd89bae6bd5f (diff) | |
download | tor-41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4.tar.gz tor-41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4.zip |
test: Implement haproxy
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 d8e25dea9f..b7f3d7ece1 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -182,6 +182,7 @@ src_test_test_SOURCES += \ src/test/test_process_descs.c \ src/test/test_prob_distr.c \ src/test/test_procmon.c \ + src/test/test_proto_haproxy.c \ src/test/test_proto_http.c \ src/test/test_proto_misc.c \ src/test/test_protover.c \ |