MixedStateless-check.cmake 311 B

12345678910111213141516
  1. set(expect
  2. query
  3. query/__test-v1
  4. query/__test-v3
  5. query/client-foo
  6. query/client-foo/__test-v2
  7. query/client-foo/unknown
  8. query/query.json
  9. reply
  10. reply/__test-v1-[0-9a-f]+.json
  11. reply/__test-v2-[0-9a-f]+.json
  12. reply/index-[0-9.T-]+.json
  13. )
  14. check_api("^${expect}$")
  15. check_python(MixedStateless)