aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2014-02-04 19:54:09 -0500
committerQingping Hou <dave2008713@gmail.com>2014-02-06 16:13:55 -0500
commit39ff3b00cf965bab7ac82aa052ea3ea941d30a2c (patch)
treee236b76697d63046cb918cc566639b0ace539f64 /src/test/test.c
parent0fbe7f31883787df9c6fe91a3869e5f3f6a2befe (diff)
downloadtor-39ff3b00cf965bab7ac82aa052ea3ea941d30a2c.tar.gz
tor-39ff3b00cf965bab7ac82aa052ea3ea941d30a2c.zip
add test for node_get_verbose_nickname_by_id
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 3f8e9c64f1..522f2af645 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1626,6 +1626,7 @@ extern struct testcase_t controller_event_tests[];
extern struct testcase_t logging_tests[];
extern struct testcase_t backtrace_tests[];
extern struct testcase_t hs_tests[];
+extern struct testcase_t nodelist_tests[];
static struct testgroup_t testgroups[] = {
{ "", test_array },
@@ -1650,6 +1651,7 @@ static struct testgroup_t testgroups[] = {
{ "extorport/", extorport_tests },
{ "control/", controller_event_tests },
{ "hs/", hs_tests },
+ { "nodelist/", nodelist_tests },
END_OF_GROUPS
};