]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
cpio test: add source file extension 1524/head
authorRolf Eike Beer <eike@sf-mail.de>
Tue, 6 Apr 2021 16:42:34 +0000 (18:42 +0200)
committerRolf Eike Beer <eike@sf-mail.de>
Tue, 6 Apr 2021 16:42:34 +0000 (18:42 +0200)
Fixes CMake warnings regarding CMP0115.

cpio/test/CMakeLists.txt

index d0927a81e8a823c27eabc718b70ec669864c5738..2c3fbb0a8af58bce7054f4905357438767311c41 100644 (file)
@@ -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