cmake/Tests/RunCMake/FileAPI/EmptyClient-check.cmake

10 lines
131 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
set(expect
query
query/client-foo
reply
reply/index-[0-9.T-]+.json
)
check_api("^${expect}$")
check_python(EmptyClient)