diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-20 10:04:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e (patch) | |
tree | 974668263356fd1e1cba31137a849652232af715 /src/test/include.am | |
parent | 472835d6e94134d7e30e390c4e294bd3a3af5eaa (diff) | |
download | tor-6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e.tar.gz tor-6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e.zip |
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>
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 53c723df81..5f6753230a 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -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 \ |