]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix "make distcheck".
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 17:04:08 +0000 (12:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 17:04:08 +0000 (12:04 -0500)
I had forgotten to include the fuzz_static_testcases.sh script in
EXTRA_DIST.

src/test/include.am

index 9f304434964caa7a8a54b12e8474a36c24bb7e14..1c0726fd3a4e110dabd4edf6f9ad01657c340120 100644 (file)
@@ -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 \