summaryrefslogtreecommitdiff
path: root/src/test/test.h
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.h
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.h')
-rw-r--r--src/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 25336ac83e..22b207207f 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -175,6 +175,7 @@ extern const struct testcase_setup_t ed25519_test_setup;
extern struct testcase_t accounting_tests[];
extern struct testcase_t addr_tests[];
extern struct testcase_t address_tests[];
+extern struct testcase_t address_set_tests[];
extern struct testcase_t buffer_tests[];
extern struct testcase_t cell_format_tests[];
extern struct testcase_t cell_queue_tests[];