aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorOla Bini <ola@olabini.se>2015-09-15 17:09:18 +0200
committerOla Bini <ola@olabini.se>2015-09-15 17:09:18 +0200
commit94e5db3dca3abfc93a57287516177f14d395ae3f (patch)
tree5196bb43edf39b9c55b1213c7640b59db7218ea3 /src/test/include.am
parenta444b11323799536b4cd7902e29f711b0806293a (diff)
downloadtor-94e5db3dca3abfc93a57287516177f14d395ae3f.tar.gz
tor-94e5db3dca3abfc93a57287516177f14d395ae3f.zip
Add tests for tortls.c
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index f7c0204832..a2be1ff2f1 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -51,6 +51,7 @@ src_test_AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \
# matters a lot there, and is quite hard to debug if you forget to do it.
src_test_test_SOURCES = \
+ src/test/log_test_helpers.c \
src/test/test.c \
src/test/test_accounting.c \
src/test/test_addr.c \
@@ -95,6 +96,7 @@ src_test_test_SOURCES = \
src/test/test_socks.c \
src/test/test_status.c \
src/test/test_threads.c \
+ src/test/test_tortls.c \
src/test/test_util.c \
src/test/test_helpers.c \
src/test/test_dns.c \