diff options
author | David Goulet <dgoulet@torproject.org> | 2018-02-08 16:56:21 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-02-08 16:56:21 -0500 |
commit | 112638921b479f09bb473952c1870b27a0867971 (patch) | |
tree | 3d457ec6311ddbbc16f0c55cf5f68b9a78eeac53 /src/test/test.c | |
parent | 22a5d3dd2ab793336e911d3aceb8cacd278e0f48 (diff) | |
parent | a445327b80478c72093d8f1b0e205a279318f651 (diff) | |
download | tor-112638921b479f09bb473952c1870b27a0867971.tar.gz tor-112638921b479f09bb473952c1870b27a0867971.zip |
Merge branch 'ticket25183_029_01' into ticket24902_029_05
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 70258addfd..0fef697909 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1200,6 +1200,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 }, |