New unit tests for options_create_directories().

This commit is contained in:
Nick Mathewson
2019-11-19 11:52:10 -05:00
parent 9951afe177
commit 3094651fa3
4 changed files with 184 additions and 0 deletions
+1
View File
@@ -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 },