diff options
author | David Goulet <dgoulet@torproject.org> | 2018-02-08 14:35:22 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-02-08 16:56:05 -0500 |
commit | a445327b80478c72093d8f1b0e205a279318f651 (patch) | |
tree | f75d99e7a05bc54cea6a20a8b5137563afe13ef7 /src/test/test.c | |
parent | 6892d3292121d02900ac9968e832353ecacca4ad (diff) | |
download | tor-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.c | 1 |
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 }, |