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

added tests for wfp_impl_readdir

This commit is contained in:
Falk Werner
2020-03-30 22:38:12 +02:00
parent d482f4dfe5
commit b2142ee963
2 changed files with 101 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ add_executable(alltests
test/webfuse/tests/provider/operation/test_lookup.cc
test/webfuse/tests/provider/operation/test_open.cc
test/webfuse/tests/provider/operation/test_read.cc
test/webfuse/tests/provider/operation/test_readdir.cc
test/webfuse/tests/integration/test_integration.cc
test/webfuse/tests/integration/server.cc
test/webfuse/tests/integration/provider.cc