diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 15:36:59 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 15:36:59 +0200 |
commit | 578830ad30c3c0b29bb6750d82ce5b78a59d3bcb (patch) | |
tree | 44b315c7dbd90a64757bb10df22eac9997aeb7d5 /src/test/include.am | |
parent | 11e3db3ee876c8cc161d6bb019cbb19a1b623b6c (diff) | |
download | tor-578830ad30c3c0b29bb6750d82ce5b78a59d3bcb.tar.gz tor-578830ad30c3c0b29bb6750d82ce5b78a59d3bcb.zip |
Fix "make distcheck"
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index fad8037b9a..e056138b48 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -168,13 +168,15 @@ src_test_test_workqueue_LDADD = src/or/libtor-testing.a \ noinst_HEADERS+= \ src/test/fakechans.h \ src/test/log_test_helpers.h \ + src/test/rend_test_helpers.h \ src/test/test.h \ src/test/test_helpers.h \ src/test/test_descriptors.inc \ src/test/example_extrainfo.inc \ src/test/failing_routerdescs.inc \ src/test/ed25519_vectors.inc \ - src/test/test_descriptors.inc + src/test/test_descriptors.inc \ + src/test/vote_descriptors.inc noinst_PROGRAMS+= src/test/test-ntor-cl src_test_test_ntor_cl_SOURCES = src/test/test_ntor_cl.c |