summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-20 11:20:02 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:34 -0400
commit8ffb49422bffd911dbe0b4aea5a59ad589d785c1 (patch)
tree8df68d98c444d5e128198d424d2038f5ac6059a0 /src/test/include.am
parent6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e (diff)
downloadtor-8ffb49422bffd911dbe0b4aea5a59ad589d785c1.tar.gz
tor-8ffb49422bffd911dbe0b4aea5a59ad589d785c1.zip
test: Add test_hs_common unit tests
Move tests from test_hs_service.c to this file. Signed-off-by: David Goulet <dgoulet@torproject.org>
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 5f6753230a..062dd1e17e 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -114,6 +114,7 @@ src_test_test_SOURCES = \
src/test/test_guardfraction.c \
src/test/test_extorport.c \
src/test/test_hs.c \
+ src/test/test_hs_common.c \
src/test/test_hs_config.c \
src/test/test_hs_cell.c \
src/test/test_hs_ntor.c \