You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
308 B
14 lines
308 B
8 years ago
|
set(EXPECTED_FILES_COUNT "1")
|
||
|
|
||
|
set(EXPECTED_FILE_CONTENT_1_LIST
|
||
|
"/usr"
|
||
|
"/usr/empty_dir"
|
||
|
"/usr/non_empty_dir"
|
||
|
"/usr/non_empty_dir/CMakeLists.txt"
|
||
|
"/usr/symlink_to_empty_dir"
|
||
|
"/usr/symlink_to_non_empty_dir")
|
||
|
|
||
|
if(PACKAGING_TYPE STREQUAL "COMPONENT")
|
||
|
set(EXPECTED_FILE_1_COMPONENT "links")
|
||
|
endif()
|