mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 12:54:19 +00:00
9 lines
190 B
CMake
9 lines
190 B
CMake
set(expect
|
|
reply
|
|
reply/codemodel-v2-[0-9a-f]+.json
|
|
.*reply/index-[0-9.T-]+.json.*
|
|
)
|
|
|
|
# Only need to check for existence. Other tests check the reply contents.
|
|
check_api("^${expect}$")
|