mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06: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}$")
|