codemodel-v2-FailConfigure-check.cmake 393 B

123456789101112131415161718
  1. set(expect
  2. query
  3. query/client-bar
  4. query/client-bar/query.json
  5. query/client-foo
  6. query/client-foo/codemodel-v2
  7. query/codemodel-v2
  8. reply
  9. reply/codemodel-v2-[0-9a-f]+\\.json
  10. .*
  11. reply/error-[0-9.T-]+.json
  12. reply/index-[0-9.T-]+.json
  13. .*
  14. )
  15. check_api("^${expect}$")
  16. check_python(codemodel-v2-FailConfigure error)
  17. check_python(codemodel-v2 index) # Last-good index is intact.