From 9d997d6f9d4f042412e45c7b7a23a14ad2e4f9aa Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 20 May 2024 16:55:00 +0300 Subject: [PATCH] CMake: Add comments --- tests/tests.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.cmake b/tests/tests.cmake index 384a4fb9..62c546ce 100644 --- a/tests/tests.cmake +++ b/tests/tests.cmake @@ -121,6 +121,7 @@ if(BUILD_TESTING) set(HAVE_ALL_CHECK_TYPES OFF) endif() + # test_scripts.sh only needs LZMA2 decoder and CRC32. if(UNIX AND HAVE_DECODERS) file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_scripts") @@ -135,6 +136,7 @@ if(BUILD_TESTING) ) endif() + # test_suffix.sh only needs LZMA2 encoder and decoder. if(UNIX AND HAVE_ENCODERS AND HAVE_DECODERS) file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_suffix")