aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2022-05-11 18:02:01 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-06-23 15:08:57 +0000
commita945f3c506cbe58f88d8929b125d165b0b593902 (patch)
treeb408c9ae6dfaba9404785692c2a8f79dc7e251c8 /src/test/test.c
parent331b874e69cb77867e041ec8e00358c48be730b2 (diff)
downloadtor-a945f3c506cbe58f88d8929b125d165b0b593902.tar.gz
tor-a945f3c506cbe58f88d8929b125d165b0b593902.zip
Add congestion control tests to build.
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 5ffb06e882..2030a8336e 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -780,6 +780,7 @@ struct testgroup_t testgroups[] = {
{ "config/parse/", confparse_tests },
{ "conflux/cell/", conflux_cell_tests },
{ "conflux/pool/", conflux_pool_tests },
+ { "congestion_control/", congestion_control_tests },
{ "connection/", connection_tests },
{ "conscache/", conscache_tests },
{ "consdiff/", consdiff_tests },