summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/EmptyClient-check.cmake
blob: 4e5745cdbf5b63979d1616487ccd6ef5dc7b9bd6 (plain)
1
2
3
4
5
6
7
8
9
set(expect
  query
  query/client-foo
  reply
  reply/index-[0-9.T-]+.json
  )
check_api("^${expect}$")

check_python(EmptyClient)