mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
This object will contain more detailed directory-level information. Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
14 lines
212 B
CMake
14 lines
212 B
CMake
set(expect
|
|
query
|
|
query/client-foo
|
|
query/client-foo/query.json
|
|
reply
|
|
reply/codemodel-v2-[0-9a-f]+\\.json
|
|
.*
|
|
reply/index-[0-9.T-]+\\.json
|
|
.*
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(codemodel-v2)
|