From a445327b80478c72093d8f1b0e205a279318f651 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 8 Feb 2018 14:35:22 -0500 Subject: test: Add unit tests for addressset.c This also adds one that tests the integration with the nodelist. Signed-off-by: David Goulet --- src/or/nodelist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/nodelist.h') diff --git a/src/or/nodelist.h b/src/or/nodelist.h index 355057f398..098f1d1555 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -125,5 +125,7 @@ void router_dir_info_changed(void); const char *get_dir_info_status_string(void); int count_loading_descriptors_progress(void); +MOCK_DECL(int, get_estimated_address_per_node, (void)); + #endif -- cgit v1.2.3-54-g00ecf