diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-27 09:44:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-28 09:42:17 -0400 |
commit | e4162cdb38111c85c308900f6a31cf0010fa5a6e (patch) | |
tree | ab2c5e02cc56275ee2ef78b4e6947dcae53e725c /src/test/test.h | |
parent | cb5f8ace79813fd835d4bb396dd693b39b1063e4 (diff) | |
download | tor-e4162cdb38111c85c308900f6a31cf0010fa5a6e.tar.gz tor-e4162cdb38111c85c308900f6a31cf0010fa5a6e.zip |
Start on test cases for the multi-object feature of confmgr.
This test case, at this point, only constructs the confmgr object.
More code to come.
Diffstat (limited to 'src/test/test.h')
-rw-r--r-- | src/test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 322716a9ab..c217b8f4f4 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -197,6 +197,7 @@ extern struct testcase_t circuitstats_tests[]; extern struct testcase_t circuituse_tests[]; extern struct testcase_t compat_libevent_tests[]; extern struct testcase_t config_tests[]; +extern struct testcase_t confmgr_tests[]; extern struct testcase_t confparse_tests[]; extern struct testcase_t connection_tests[]; extern struct testcase_t conscache_tests[]; |