summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/Empty-check.cmake
blob: 2764b42977f1b1ca79d23b78b839f96fe7452c8d (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)