commit 7b1d2726e4eeebb2b92f7983da455b81f55c4cc8 Author: Nick Mathewson nickm@torproject.org Date: Thu Sep 24 19:38:50 2015 -0400
Add test-network.sh to EXTRA_DIST --- src/test/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/test/include.am b/src/test/include.am index 9f142d5..a37fe23 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -194,4 +194,5 @@ EXTRA_DIST += \ src/test/zero_length_keys.sh \ src/test/test_keygen.sh \ src/test/test_zero_length_keys.sh \ - src/test/test_ntor.sh src/test/test_bt.sh + src/test/test_ntor.sh src/test/test_bt.sh \ + src/test/test-network.sh
tor-commits@lists.torproject.org