summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/EmptyClient-check.cmake
blob: 918fee1e84d35bd2a82e421fee1180f1059cb5d9 (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 index)