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_open

This commit is contained in:
Falk Werner
2020-03-30 21:42:13 +02:00
parent 821c67ee46
commit 0b0c16bf10
3 changed files with 123 additions and 0 deletions

View File

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