aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-20 09:58:21 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:33 -0400
commit472835d6e94134d7e30e390c4e294bd3a3af5eaa (patch)
tree97fd5ec9e2ae53730eac78c280078fde13b3fee9 /src/test/include.am
parent30b5c6a95ec9932f17f0b171c60229c1d77f829d (diff)
downloadtor-472835d6e94134d7e30e390c4e294bd3a3af5eaa.tar.gz
tor-472835d6e94134d7e30e390c4e294bd3a3af5eaa.zip
test: Add test_hs_cell unit tests
Move ESTABLISH_INTRO tests from test_hs_service.c to this new 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 2e448c8b39..53c723df81 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -115,6 +115,7 @@ src_test_test_SOURCES = \
src/test/test_extorport.c \
src/test/test_hs.c \
src/test/test_hs_config.c \
+ src/test/test_hs_cell.c \
src/test/test_hs_service.c \
src/test/test_hs_client.c \
src/test/test_hs_intropoint.c \