diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-25 14:50:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-14 11:09:47 -0500 |
commit | 74b782645ad89b8bd5a18fd3f2cb3be45c38a04f (patch) | |
tree | dbe86794772966ddcbc65c970d0b74a0bdbba16b /src/test/include.am | |
parent | c51f7c23e3af71466f9bd2ae57ae7a2b998ee3e2 (diff) | |
download | tor-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.am | 1 |
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 \ |