summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/InitialCache-check.cmake
blob: 3767f151685ba5cbd7f5329decb0baaa805b9f0e (plain)
1
2
3
4
5
6
7
8
set(expect
  reply
  reply/codemodel-v2-[0-9a-f]+.json
  .*reply/index-[0-9.T-]+.json.*
)

# Only need to check for existence. Other tests check the reply contents.
check_api("^${expect}$")