diff options
author | David Goulet <dgoulet@torproject.org> | 2018-04-26 14:15:24 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-04-26 14:15:24 -0400 |
commit | 9fd319168bdedbdfba931d1deceb4653a4dff61b (patch) | |
tree | 8f4c35c09ea36acc7a6d65a848f43ca16e23da2e /src/test/include.am | |
parent | 857e210b7d4939cf32d7d519b8b4d739d0b23f43 (diff) | |
download | tor-9fd319168bdedbdfba931d1deceb4653a4dff61b.tar.gz tor-9fd319168bdedbdfba931d1deceb4653a4dff61b.zip |
test: Add missing geoip_dummy file to EXTRA_DIST
Needed to run tests from the tarball else the geoip unit test would fail by
not finding that file.
Signed-off-by: David Goulet <dgoulet@torproject.org>
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 b59517a135..eb61d74893 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -343,6 +343,7 @@ src_test_test_bt_cl_CPPFLAGS= $(src_test_AM_CPPFLAGS) $(TEST_CPPFLAGS) EXTRA_DIST += \ src/test/bt_test.py \ + src/test/geoip_dummy \ src/test/ntor_ref.py \ src/test/hs_ntor_ref.py \ src/test/hs_build_address.py \ |