Files
CMake/Tests/RunCMake/FileAPI/cmakeFiles-v1-FailConfigure-check.cmake
Brad King 0cc962665b fileapi: Generate partial reply when buildsystem generation fails
In particular, the `configureLog` reply is useful for IDEs to read
`CMakeFiles/CMakeConfigureLog.yaml` when configuration fails.

Fixes: #26621
2025-04-14 10:42:03 -04:00

17 lines
388 B
CMake

set(expect
query
query/client-bar
query/client-bar/query.json
query/client-foo
query/client-foo/cmakeFiles-v1
query/cmakeFiles-v1
reply
reply/cmakeFiles-v1-[0-9a-f]+\\.json
reply/error-[0-9.T-]+.json
reply/index-[0-9.T-]+.json
)
check_api("^${expect}$")
check_python(cmakeFiles-v1-FailConfigure error)
check_python(cmakeFiles-v1 index) # Last-good index is intact.