summaryrefslogtreecommitdiff
path: root/src/test/test_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_helpers.h')
-rw-r--r--src/test/test_helpers.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/test/test_helpers.h b/src/test/test_helpers.h
index 2618e813ba..369243b459 100644
--- a/src/test/test_helpers.h
+++ b/src/test/test_helpers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Tor Project, Inc. */
+/* Copyright (c) 2014-2015, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_TEST_HELPERS_H
@@ -6,5 +6,12 @@
const char *get_yesterday_date_str(void);
+/* Number of descriptors contained in test_descriptors.txt. */
+#define HELPER_NUMBER_OF_DESCRIPTORS 8
+
+void helper_setup_fake_routerlist(void);
+
+extern const char TEST_DESCRIPTORS[];
+
#endif