From: Michihiro NAKAJIMA Date: Fri, 19 Oct 2012 04:29:01 +0000 (+0900) Subject: Add mtree test entries into CMakefile.txt. X-Git-Tag: v3.1.0~40^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea7730609fe010669e944e45794bce16d6aaaba;p=thirdparty%2Flibarchive.git Add mtree test entries into CMakefile.txt. --- diff --git a/libarchive/test/CMakeLists.txt b/libarchive/test/CMakeLists.txt index b2f67b056..99e9a5ccc 100644 --- a/libarchive/test/CMakeLists.txt +++ b/libarchive/test/CMakeLists.txt @@ -181,7 +181,12 @@ IF(ENABLE_TEST) test_write_format_iso9660_filename.c test_write_format_iso9660_zisofs.c test_write_format_mtree.c + test_write_format_mtree_absolute_path.c + test_write_format_mtree_classic.c + test_write_format_mtree_classic_indent.c test_write_format_mtree_fflags.c + test_write_format_mtree_no_separator.c + test_write_format_mtree_quoted_filename.c test_write_format_pax.c test_write_format_shar_empty.c test_write_format_tar.c