aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-27 09:44:30 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-28 09:42:17 -0400
commite4162cdb38111c85c308900f6a31cf0010fa5a6e (patch)
treeab2c5e02cc56275ee2ef78b4e6947dcae53e725c /src/test/test.c
parentcb5f8ace79813fd835d4bb396dd693b39b1063e4 (diff)
downloadtor-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.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 266b7454a3..dd26b0437e 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -840,6 +840,7 @@ struct testgroup_t testgroups[] = {
{ "circuituse/", circuituse_tests },
{ "compat/libevent/", compat_libevent_tests },
{ "config/", config_tests },
+ { "config/mgr/", confmgr_tests },
{ "config/parse/", confparse_tests },
{ "connection/", connection_tests },
{ "conscache/", conscache_tests },