diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-03 12:04:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-03 12:04:08 -0500 |
commit | 39606aece5753594bd492edfddbcdd6df13de442 (patch) | |
tree | 14810057b0b55458d997d6e4f96ad8590eac7d3a /src/test/include.am | |
parent | 80a5beae624abf3774fc66034707472a0eb94cd9 (diff) | |
download | tor-39606aece5753594bd492edfddbcdd6df13de442.tar.gz tor-39606aece5753594bd492edfddbcdd6df13de442.zip |
Fix "make distcheck".
I had forgotten to include the fuzz_static_testcases.sh script in
EXTRA_DIST.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |