aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-15 11:24:43 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-15 16:49:18 -0400
commit26436fb1b64bd35c1342b71df0284b992d770856 (patch)
tree34eaabcf1278f198de89ee8f9073f856cfd8061a /src/test/test.c
parentfe9d15cf4b392bd6daef47f3aab97adeeebe7402 (diff)
downloadtor-26436fb1b64bd35c1342b71df0284b992d770856.tar.gz
tor-26436fb1b64bd35c1342b71df0284b992d770856.zip
Add more unit tests for confparse.c, so we can refactor.
This set of tests gets the line coverage to 100%.
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 cc08531702..266b7454a3 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/parse/", confparse_tests },
{ "connection/", connection_tests },
{ "conscache/", conscache_tests },
{ "consdiff/", consdiff_tests },