diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-09 12:08:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-09 12:08:12 -0500 |
commit | abdf2a6f7f400bf7769b701c79b51e51f1cc9e55 (patch) | |
tree | 98a3ca09c057afef4f4ac1e2152bc9c33669319a /src/test/test.c | |
parent | d9826b0a30f42754dc5764ce02c7b0271d996c92 (diff) | |
parent | 1a4fc9cddf27595db6f5da981a557f768fa32f66 (diff) | |
download | tor-abdf2a6f7f400bf7769b701c79b51e51f1cc9e55.tar.gz tor-abdf2a6f7f400bf7769b701c79b51e51f1cc9e55.zip |
Merge remote-tracking branch 'dgoulet/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 810cbafb11..78dd7bbb04 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1185,6 +1185,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 }, |