summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/ProjectQueryGood-check.cmake
blob: 46d3f77c15a1d83b33d5a7d091500ad56fa3008b (plain)
1
2
3
4
5
6
7
8
9
10
11
set(expect
  reply
  reply/cache-v2-[0-9a-f]+.json
  reply/cmakeFiles-v1-[0-9a-f]+.json
  reply/codemodel-v2-[0-9a-f]+.json
  .*reply/index-[0-9.T-]+.json
  .*reply/toolchains-v1-[0-9a-f]+.json
)

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