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

check_python(Empty index)