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/include.am | |
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/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index eb61d74893..aa386b5fae 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -139,6 +139,7 @@ src_test_test_SOURCES = \ src/test/test_keypin.c \ src/test/test_link_handshake.c \ src/test/test_logging.c \ + src/test/test_mainloop.c \ src/test/test_microdesc.c \ src/test/test_nodelist.c \ src/test/test_oom.c \ |