diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2018-11-02 20:18:45 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2018-11-02 20:40:14 +0200 |
commit | 106d1a663d4ba42b63231caa289f531548df81c1 (patch) | |
tree | a2af37c8a4e454b2acccd19615b804f4cb9a1830 /tests/Makefile.am | |
parent | liblzma: Don't verify header CRC32s if building for fuzz testing. (diff) | |
download | xz-106d1a663d4ba42b63231caa289f531548df81c1.tar.xz |
Tests: Add a fuzz test program and a config file for OSS-Fuzz.
Thanks to Bhargava Shastry and Github user pdknsk.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 86084e17..4116b81a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = \ files \ + ossfuzz \ tests.h \ test_files.sh \ test_compress.sh \ |