aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2014-01-26 00:18:55 -0500
committerQingping Hou <dave2008713@gmail.com>2014-01-29 22:47:05 -0500
commitebd99314cff907433eca835926a325c019f4b6c0 (patch)
treedfeae399f862f4d8a8cc95a6df7d0b7ba17d43fc /src/test/include.am
parent0b0d4b4ebcfe3711a8bcd27cbbdc05cd02530f38 (diff)
downloadtor-ebd99314cff907433eca835926a325c019f4b6c0.tar.gz
tor-ebd99314cff907433eca835926a325c019f4b6c0.zip
add test case for node_describe_by_id
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 fe30fa4d3b..b338cbe3e6 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -39,6 +39,7 @@ src_test_test_SOURCES = \
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)