summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-ClientStateful-check.cmake
blob: fb78e8789e6ecdede8d33d54d5ec531a23b91912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)