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.
5 lines
296 B
5 lines
296 B
set(whitespaces_ "[\t\n\r ]*")
|
|
set(hashsyms_ "[a-f0-9]+")
|
|
set(md5sums_md5sums "^${hashsyms_} usr/bar/CMakeLists\.txt${whitespaces_}${hashsyms_} usr/baz/CMakeLists\.txt${whitespaces_}${hashsyms_} usr/foo/CMakeLists\.txt${whitespaces_}$")
|
|
verifyDebControl("${FOUND_FILE_1}" "md5sums" "md5sums")
|