summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-FailConfigure-check.cmake
blob: a794b55e392536b85e177141e95236e9e88db1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(expect
  query
  query/client-bar
  query/client-bar/query.json
  query/client-foo
  query/client-foo/codemodel-v2
  query/codemodel-v2
  reply
  reply/codemodel-v2-[0-9a-f]+\\.json
  .*
  reply/error-[0-9.T-]+.json
  reply/index-[0-9.T-]+.json
  .*
  )
check_api("^${expect}$")

check_python(codemodel-v2-FailConfigure error)
check_python(codemodel-v2 index) # Last-good index is intact.