diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-03 10:53:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-03 12:02:10 -0400 |
commit | 1d16b7124f8c5cdcd04599aac62fb903862acdee (patch) | |
tree | e0d5ea1b91291c4bdf1603f4eaa5300142a9b47b /src/test/test.c | |
parent | b0598f2a124d0b75aa3e1d06c8ed59cc6142a235 (diff) | |
download | tor-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.c | 1 |
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 }, |