mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Every CPack generator sets default CPACK_PACKAGING_INSTALL_PREFIX variable value differently so test framework should support that correctly - previous version expected RPM/Deb /usr default and removed it for Archive packagers as the default there is /.
8 lines
218 B
CMake
8 lines
218 B
CMake
set(EXPECTED_FILES_COUNT "1")
|
|
set(EXPECTED_FILES_NAME_GENERATOR_SPECIFIC_FORMAT TRUE)
|
|
set(EXPECTED_FILE_CONTENT_1_LIST "/empty")
|
|
|
|
if(PACKAGING_TYPE STREQUAL "COMPONENT")
|
|
set(EXPECTED_FILE_1_COMPONENT "test")
|
|
endif()
|