1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2025-06-30 17:36:36 +00:00

CMake: Add test_suffix.sh to the tests

Tento commit je obsažen v:
Lasse Collin 2024-05-06 22:56:31 +03:00
rodič a805594ed0
revize 7da488cb93

Zobrazit soubor

@ -85,4 +85,17 @@ if(BUILD_TESTING)
SKIP_RETURN_CODE 77
)
endif()
if(UNIX AND HAVE_ENCODERS AND HAVE_DECODERS)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_suffix")
add_test(NAME test_suffix.sh
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_suffix.sh" ".."
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_suffix"
)
set_tests_properties(test_suffix.sh PROPERTIES
SKIP_RETURN_CODE 77
)
endif()
endif()