aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
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/include.am
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/include.am')
-rw-r--r--src/test/include.am1
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 \