summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-11-20 12:10:07 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-05 19:39:46 -0500
commit9c6560fe29c9e2ee33549ca890f94c03cbdd94a8 (patch)
tree5b0abd93abba59bd4a08bf6b7d879bed5d9ed323 /src/test/include.am
parentace42acff0d658fb39ce38d0502ef68b1bfa67c8 (diff)
downloadtor-9c6560fe29c9e2ee33549ca890f94c03cbdd94a8.tar.gz
tor-9c6560fe29c9e2ee33549ca890f94c03cbdd94a8.zip
test: Add HS_DESC v3 unit tests
This introduces the test_hs_control.c file which at this commit contains basic unit test for the HS_DESC event. 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 bbf8a370e2..b5c5dd24f7 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -125,6 +125,7 @@ src_test_test_SOURCES = \
src/test/test_hs_service.c \
src/test/test_hs_client.c \
src/test/test_hs_intropoint.c \
+ src/test/test_hs_control.c \
src/test/test_handles.c \
src/test/test_hs_cache.c \
src/test/test_hs_descriptor.c \