summaryrefslogtreecommitdiff
path: root/cpio
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2021-04-06 18:42:34 +0200
committerRolf Eike Beer <eike@sf-mail.de>2021-04-06 18:42:34 +0200
commitfb1669d9e8a101df821569244e505ca63b17d9ca (patch)
treeaf30b760665d7ebfce569834a58c6486eae8df0f /cpio
parentce2aebd2e0640f0b29a730d8fe70cf65ed2f7c28 (diff)
downloadlibarchive-fb1669d9e8a101df821569244e505ca63b17d9ca.tar.gz
cpio test: add source file extension
Fixes CMake warnings regarding CMP0115.
Diffstat (limited to 'cpio')
-rw-r--r--cpio/test/CMakeLists.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/cpio/test/CMakeLists.txt b/cpio/test/CMakeLists.txt
index d0927a81..2c3fbb0a 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