diff options
author | David Goulet <dgoulet@torproject.org> | 2018-04-18 14:50:07 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-04-23 10:57:28 -0400 |
commit | 665e23c59a370157c5e3526e29590798b1933ed5 (patch) | |
tree | 4ce21647615c9439d648ddc7fb582bbe33a247a6 /src/test/test.c | |
parent | 87cb9ce90088bbe3e677804eca7c1ffa4f63a1cb (diff) | |
download | tor-665e23c59a370157c5e3526e29590798b1933ed5.tar.gz tor-665e23c59a370157c5e3526e29590798b1933ed5.zip |
test: Add periodic events unit tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 422e181b94..2963f169cf 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -863,6 +863,7 @@ struct testgroup_t testgroups[] = { { "oom/", oom_tests }, { "oos/", oos_tests }, { "options/", options_tests }, + { "periodic-event/" , periodic_event_tests }, { "policy/" , policy_tests }, { "procmon/", procmon_tests }, { "proto/http/", proto_http_tests }, |