summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/cmakeFiles-v1-ClientStateful-check.cmake
blob: 55c8a9d99da35b52c8821ec8249967be69adef13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(expect
  query
  query/client-foo
  query/client-foo/query.json
  reply
  reply/cmakeFiles-v1-[0-9a-f]+.json
  reply/index-[0-9.T-]+.json
  )
check_api("^${expect}$")

check_stateful_queries(foo)

check_python(cmakeFiles-v1 index)