diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-21 12:32:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-21 12:32:20 -0500 |
commit | 8ede8d411a29450a746efdfb950c916b0058b497 (patch) | |
tree | 13f7c976dd8ef4c32bc05c844d985041aa306581 /src/test/include.am | |
parent | 62f97545e48758c39a5e6e7c4e7cd01073affae0 (diff) | |
download | tor-8ede8d411a29450a746efdfb950c916b0058b497.tar.gz tor-8ede8d411a29450a746efdfb950c916b0058b497.zip |
Fix a couple of jenkins issues from 12538.
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 44a2d86977..786fb77dd0 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -193,6 +193,7 @@ noinst_HEADERS+= \ src/test/rend_test_helpers.h \ src/test/test.h \ src/test/test_helpers.h \ + src/test/test_dir_common.h \ src/test/test_descriptors.inc \ src/test/example_extrainfo.inc \ src/test/failing_routerdescs.inc \ |