mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
3e922ceb5e
Start with v2 to distinguish it from server-mode v1. Issue: #18398
12 lines
200 B
CMake
12 lines
200 B
CMake
set(expect
|
|
query
|
|
query/client-foo
|
|
query/client-foo/codemodel-v2
|
|
reply
|
|
reply/codemodel-v2-[0-9a-f]+.json
|
|
reply/index-[0-9.T-]+.json
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(codemodel-v2)
|