mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
185 B
CMake
11 lines
185 B
CMake
set(expect
|
|
query
|
|
query/configureLog-v1
|
|
reply
|
|
reply/configureLog-v1-[0-9a-f]+.json
|
|
reply/index-[0-9.T-]+.json
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(configureLog-v1 index)
|