summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-19 11:52:10 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-20 09:26:47 -0500
commit3094651fa3c71429e8efb0e23087a78addd6728f (patch)
treed97c0bcebb64c4d8c2efd2fdd98aae18ed8fc63d /src/test/test.c
parent9951afe177107c9bae5b1731bcb01c59c68e5ebc (diff)
downloadtor-3094651fa3c71429e8efb0e23087a78addd6728f.tar.gz
tor-3094651fa3c71429e8efb0e23087a78addd6728f.zip
New unit tests for options_create_directories().
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 90c0058be8..292082d4fb 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -732,6 +732,7 @@ struct testgroup_t testgroups[] = {
{ "oom/", oom_tests },
{ "oos/", oos_tests },
{ "options/", options_tests },
+ { "options/act/", options_act_tests },
{ "parsecommon/", parsecommon_tests },
{ "periodic-event/" , periodic_event_tests },
{ "policy/" , policy_tests },