summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-03 10:53:19 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-03 12:02:10 -0400
commit1d16b7124f8c5cdcd04599aac62fb903862acdee (patch)
treee0d5ea1b91291c4bdf1603f4eaa5300142a9b47b /src/test/test.c
parentb0598f2a124d0b75aa3e1d06c8ed59cc6142a235 (diff)
downloadtor-1d16b7124f8c5cdcd04599aac62fb903862acdee.tar.gz
tor-1d16b7124f8c5cdcd04599aac62fb903862acdee.zip
Basic unit tests for update_current_time().
This function is about to get more complicated, so we should track how it's working.
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 2963f169cf..8951b0f734 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -859,6 +859,7 @@ struct testgroup_t testgroups[] = {
{ "introduce/", introduce_tests },
{ "keypin/", keypin_tests },
{ "link-handshake/", link_handshake_tests },
+ { "mainloop/", mainloop_tests },
{ "nodelist/", nodelist_tests },
{ "oom/", oom_tests },
{ "oos/", oos_tests },