test: Add test_hs_ntor unit tests

Move the ntor test from test_hs_service.c to this file.

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2017-04-20 10:04:28 -04:00
committed by Nick Mathewson
parent 472835d6e9
commit 6061f5e2bd
5 changed files with 119 additions and 97 deletions
+1
View File
@@ -116,6 +116,7 @@ src_test_test_SOURCES = \
src/test/test_hs.c \
src/test/test_hs_config.c \
src/test/test_hs_cell.c \
src/test/test_hs_ntor.c \
src/test/test_hs_service.c \
src/test/test_hs_client.c \
src/test/test_hs_intropoint.c \