commit 39606aece5753594bd492edfddbcdd6df13de442 Author: Nick Mathewson nickm@torproject.org Date: Fri Feb 3 12:04:08 2017 -0500
Fix "make distcheck".
I had forgotten to include the fuzz_static_testcases.sh script in EXTRA_DIST. --- src/test/include.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/test/include.am b/src/test/include.am index 9f30443..1c0726f 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -271,6 +271,7 @@ src_test_test_bt_cl_CPPFLAGS= $(src_test_AM_CPPFLAGS) $(TEST_CPPFLAGS) EXTRA_DIST += \ src/test/bt_test.py \ src/test/ntor_ref.py \ + src/test/fuzz_static_testcases.sh \ src/test/slownacl_curve25519.py \ src/test/zero_length_keys.sh \ src/test/test_keygen.sh \
tor-commits@lists.torproject.org