mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-13 02:29:02 -06:00
6 lines
213 B
CMake
6 lines
213 B
CMake
set(whitespaces_ "[\t\n\r ]*")
|
|
|
|
set(EXPECTED_FILES_COUNT "1")
|
|
set(EXPECTED_FILE_1 "minimal*.tar.gz")
|
|
set(EXPECTED_FILE_CONTENT_1 "^[^\n]*minimal-0.1.1-[^\n]*/foo/\n[^\n]*minimal-0.1.1-[^\n]*/foo/CMakeLists.txt$")
|