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/include.am | |
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/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 8ecfaf10c6..cf29d4cb2b 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -72,6 +72,7 @@ src_test_test_SOURCES = \ src/test/test_accounting.c \ src/test/test_addr.c \ src/test/test_address.c \ + src/test/test_address_set.c \ src/test/test_buffers.c \ src/test/test_cell_formats.c \ src/test/test_cell_queue.c \ |