From: Rolf Eike Beer Date: Tue, 6 Apr 2021 16:42:34 +0000 (+0200) Subject: cpio test: add source file extension X-Git-Tag: v3.5.2~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1524%2Fhead;p=thirdparty%2Flibarchive.git cpio test: add source file extension Fixes CMake warnings regarding CMP0115. --- diff --git a/cpio/test/CMakeLists.txt b/cpio/test/CMakeLists.txt index d0927a81e..2c3fbb0a8 100644 --- a/cpio/test/CMakeLists.txt +++ b/cpio/test/CMakeLists.txt @@ -13,17 +13,17 @@ IF(ENABLE_CPIO AND ENABLE_TEST) test_0.c test_basic.c test_cmdline.c - test_extract_cpio_Z - test_extract_cpio_bz2 - test_extract_cpio_grz - test_extract_cpio_gz - test_extract_cpio_lrz - test_extract_cpio_lz - test_extract_cpio_lz4 - test_extract_cpio_lzma - test_extract_cpio_lzo - test_extract_cpio_xz - test_extract_cpio_zstd + test_extract_cpio_Z.c + test_extract_cpio_bz2.c + test_extract_cpio_grz.c + test_extract_cpio_gz.c + test_extract_cpio_lrz.c + test_extract_cpio_lz.c + test_extract_cpio_lz4.c + test_extract_cpio_lzma.c + test_extract_cpio_lzo.c + test_extract_cpio_xz.c + test_extract_cpio_zstd.c test_format_newc.c test_gcpio_compat.c test_missing_file.c