diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-03 12:28:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-03 12:28:42 -0500 |
commit | fee7f25ff845dc9a99dac59e67fdb9517750176c (patch) | |
tree | 8d77a633b56c05939cfff901a2f942da217ba99b /src/test/include.am | |
parent | 27d81c756b0e28266e75cf4cf897e486d11040b2 (diff) | |
parent | ebd99314cff907433eca835926a325c019f4b6c0 (diff) | |
download | tor-fee7f25ff845dc9a99dac59e67fdb9517750176c.tar.gz tor-fee7f25ff845dc9a99dac59e67fdb9517750176c.zip |
Merge remote-tracking branch 'houqp/hs_control'
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index c16dd14fe7..b338cbe3e6 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -38,6 +38,8 @@ src_test_test_SOURCES = \ src/test/test_socks.c \ src/test/test_util.c \ src/test/test_config.c \ + src/test/test_hs.c \ + src/test/test_router.c \ src/ext/tinytest.c src_test_test_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) |