Files
CMake/Tests/RunCMake/FileAPI/configureLog-v1-ClientStateful-check.cmake
Brad King d811d86fd7 FileAPI: Add "configureLog" object kind
Provide clients with a way to get a known set of configure log event
versions.

Issue: #23200
2022-12-17 08:52:04 -05:00

12 lines
204 B
CMake

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