From fb1669d9e8a101df821569244e505ca63b17d9ca Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 6 Apr 2021 18:42:34 +0200 Subject: cpio test: add source file extension Fixes CMake warnings regarding CMP0115. --- cpio/test/CMakeLists.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'cpio') 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 -- cgit v1.2.1