aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-02-08 14:35:22 -0500
committerDavid Goulet <dgoulet@torproject.org>2018-02-08 16:56:05 -0500
commita445327b80478c72093d8f1b0e205a279318f651 (patch)
treef75d99e7a05bc54cea6a20a8b5137563afe13ef7 /src/test/test.c
parent6892d3292121d02900ac9968e832353ecacca4ad (diff)
downloadtor-a445327b80478c72093d8f1b0e205a279318f651.tar.gz
tor-a445327b80478c72093d8f1b0e205a279318f651.zip
test: Add unit tests for addressset.c
This also adds one that tests the integration with the nodelist. Signed-off-by: David Goulet <dgoulet@torproject.org>
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 9a41b976b8..9b0775ce45 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1182,6 +1182,7 @@ struct testgroup_t testgroups[] = {
{ "accounting/", accounting_tests },
{ "addr/", addr_tests },
{ "address/", address_tests },
+ { "address_set/", address_set_tests },
{ "buffer/", buffer_tests },
{ "cellfmt/", cell_format_tests },
{ "cellqueue/", cell_queue_tests },