1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

added unit tests for readdir operation (adapter)

This commit is contained in:
Falk Werner
2020-04-04 20:23:50 +02:00
parent 98e02240e9
commit c769c02c55
5 changed files with 331 additions and 25 deletions

View File

@@ -51,6 +51,7 @@ add_executable(alltests
test/webfuse/tests/adapter/operation/test_open.cc
test/webfuse/tests/adapter/operation/test_close.cc
test/webfuse/tests/adapter/operation/test_read.cc
test/webfuse/tests/adapter/operation/test_readdir.cc
test/webfuse/tests/provider/test_url.cc
test/webfuse/tests/provider/test_client_protocol.cc
test/webfuse/tests/provider/operation/test_close.cc