CMake/Tests/RunCMake/FileAPI/ClientStateless-check.cmake
Brad King 8fce59848b fileapi: Add protocol v1 support for client-specific query files
Add support for client-owned stateless query files.  These allow clients
to *own* requests for major object versions and get all those recognized
by CMake.

Issue: #18398
2018-12-12 06:40:10 -05:00

16 lines
315 B
CMake

set(expect
query
query/client-foo
query/client-foo/__test-v1
query/client-foo/__test-v2
query/client-foo/__test-v3
query/client-foo/unknown
reply
reply/__test-v1-[0-9a-f]+.json
reply/__test-v2-[0-9a-f]+.json
reply/index-[0-9.T-]+.json
)
check_api("^${expect}$")
check_python(ClientStateless)