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

added test for wfp_impl_read

This commit is contained in:
Falk Werner
2020-03-30 22:25:14 +02:00
parent db536142de
commit d482f4dfe5
3 changed files with 200 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ add_executable(alltests
test/webfuse/tests/provider/operation/test_getattr.cc
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/integration/test_integration.cc
test/webfuse/tests/integration/server.cc
test/webfuse/tests/integration/provider.cc