Skip to content

Commit

Permalink
CMake: Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed May 20, 2024
1 parent d35368b commit 9d997d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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")

Expand Down

0 comments on commit 9d997d6

Please sign in to comment.