summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-06 09:06:04 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-13 14:30:02 -0400
commit24dfbfda1db41d0e9feb5def09e1b7ede350de40 (patch)
treef1692a0cc63aa0f0d9fdc9352a4bdbb6e2dc360f /src/test/include.am
parenta30594605e60d3a581f21c71a7d9e7a062800e3d (diff)
downloadtor-24dfbfda1db41d0e9feb5def09e1b7ede350de40.tar.gz
tor-24dfbfda1db41d0e9feb5def09e1b7ede350de40.zip
Base tests for 11243: test parsing for md, ei, and ri.
We didn't really have test coverage for these parsing functions, so I went and made some. These tests also verify that the parsing functions set the list of invalid digests correctly.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 4020ac4190..8d05b3b700 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -76,6 +76,8 @@ src_test_bench_LDADD = src/or/libtor.a src/common/libor.a \
noinst_HEADERS+= \
src/test/test.h \
src/test/test_descriptors.inc \
+ src/test/example_extrainfo.inc \
+ src/test/failing_routerdescs.inc \
src/test/ed25519_vectors.inc
if CURVE25519_ENABLED