From 55ce98e829eda3a4356c2be64a778d8740c2cf6c Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 19 Nov 2015 21:09:08 -0800 Subject: [PATCH] Add in two missing test cases. --- libarchive/test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2