From: Tim Kientzle Date: Fri, 20 Nov 2015 05:09:08 +0000 (-0800) Subject: Add in two missing test cases. X-Git-Tag: v3.1.900a~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ce98e829eda3a4356c2be64a778d8740c2cf6c;p=thirdparty%2Flibarchive.git Add in two missing test cases. --- diff --git a/libarchive/test/CMakeLists.txt b/libarchive/test/CMakeLists.txt index cf31ae0aa..61fd22510 100644 --- a/libarchive/test/CMakeLists.txt +++ b/libarchive/test/CMakeLists.txt @@ -84,6 +84,7 @@ IF(ENABLE_TEST) test_read_disk_entry_from_file.c test_read_extract.c test_read_file_nonexistent.c + test_read_filter_compress.c test_read_filter_grzip.c test_read_filter_lrzip.c test_read_filter_lzop.c @@ -186,6 +187,7 @@ IF(ENABLE_TEST) test_tar_large.c test_ustar_filename_encoding.c test_ustar_filenames.c + test_warn_missing_hardlink_target.c test_write_disk.c test_write_disk_appledouble.c test_write_disk_failures.c