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

check_python(toolchains-v1)