summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/cache-v2-SharedStateless-check.cmake
blob: 9059e13dfeb92ed873c09030d1447fca5bbd30d0 (plain)
1
2
3
4
5
6
7
8
9
10
set(expect
  query
  query/cache-v2
  reply
  reply/cache-v2-[0-9a-f]+.json
  reply/index-[0-9.T-]+.json
  )
check_api("^${expect}$")

check_python(cache-v2 index)