From: Nick Mathewson Date: Fri, 3 Feb 2017 17:04:08 +0000 (-0500) Subject: Fix "make distcheck". X-Git-Tag: tor-0.3.0.3-alpha~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39606aece5753594bd492edfddbcdd6df13de442;p=thirdparty%2Ftor.git Fix "make distcheck". I had forgotten to include the fuzz_static_testcases.sh script in EXTRA_DIST. --- diff --git a/src/test/include.am b/src/test/include.am index 9f30443496..1c0726fd3a 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 \