summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FileAPI/configureLog-v1-ClientStateful-check.cmake
blob: bd4081c0df52ae1b19d9e67d07814f0594d5a98c (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/configureLog-v1-[0-9a-f]+.json
  reply/index-[0-9.T-]+.json
  )
check_api("^${expect}$")

check_python(configureLog-v1)