diff options
author | Phillip Berndt <phillip.berndt@googlemail.com> | 2017-04-02 16:43:23 +0200 |
---|---|---|
committer | Phillip Berndt <phillip.berndt@googlemail.com> | 2017-04-02 17:03:50 +0200 |
commit | 9bdd4b3cf2b0f3c961713394e255da9b4a441038 (patch) | |
tree | c785672b81c030a593ce6253637fcc32ede3fb7c /Makefile.am | |
parent | c20d7a5c3bae648cc9394f9d8eca15e6e53eb288 (diff) | |
download | libarchive-9bdd4b3cf2b0f3c961713394e255da9b4a441038.tar.gz |
Add test for #870
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc6f6bef..2469b4ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -515,6 +515,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_read_format_zip_winzip_aes.c \ libarchive/test/test_read_format_zip_winzip_aes_large.c \ libarchive/test/test_read_format_zip_zip64.c \ + libarchive/test/test_read_format_zip_with_invalid_traditional_eocd.c \ libarchive/test/test_read_large.c \ libarchive/test/test_read_pax_schily_xattr.c \ libarchive/test/test_read_pax_truncated.c \ |