[tor-commits] [tor/master] test: Add missing geoip_dummy file to EXTRA_DIST

dgoulet at torproject.org dgoulet at torproject.org
Thu Apr 26 18:16:30 UTC 2018


commit 9fd319168bdedbdfba931d1deceb4653a4dff61b
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Apr 26 14:15:24 2018 -0400

    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 at torproject.org>
---
 src/test/include.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/include.am b/src/test/include.am
index b59517a13..eb61d7489 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 \



More information about the tor-commits mailing list