summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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