aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-25 14:50:01 -0400
committerNick Mathewson <nickm@torproject.org>2015-01-14 11:09:47 -0500
commit74b782645ad89b8bd5a18fd3f2cb3be45c38a04f (patch)
treedbe86794772966ddcbc65c970d0b74a0bdbba16b /src/test/include.am
parentc51f7c23e3af71466f9bd2ae57ae7a2b998ee3e2 (diff)
downloadtor-74b782645ad89b8bd5a18fd3f2cb3be45c38a04f.tar.gz
tor-74b782645ad89b8bd5a18fd3f2cb3be45c38a04f.zip
Move thread tests into their own module
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 2badc47a47..2e13454983 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -46,6 +46,7 @@ src_test_test_SOURCES = \
src/test/test_routerkeys.c \
src/test/test_scheduler.c \
src/test/test_socks.c \
+ src/test/test_threads.c \
src/test/test_util.c \
src/test/test_config.c \
src/test/test_hs.c \