aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-02-15 19:47:52 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-04-06 15:57:11 +0000
commit8d4781e730b3e6c543add3e9acf4eff118bffa70 (patch)
treee8444a3d6459ac584bcf320d4ae28980a1640ab6 /src/test/test.c
parent39c2927d6fffc391bcd724bfddf8b90ac765e145 (diff)
downloadtor-8d4781e730b3e6c543add3e9acf4eff118bffa70.tar.gz
tor-8d4781e730b3e6c543add3e9acf4eff118bffa70.zip
Prop#329 Tests: Add tests for the conflux pool
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 e1252eda66..170dafe0c6 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -779,6 +779,7 @@ struct testgroup_t testgroups[] = {
{ "config/mgr/", confmgr_tests },
{ "config/parse/", confparse_tests },
{ "conflux/cell/", conflux_cell_tests },
+ { "conflux/pool/", conflux_pool_tests },
{ "connection/", connection_tests },
{ "conscache/", conscache_tests },
{ "consdiff/", consdiff_tests },