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

added unit tests for getattr operation (adapter)

This commit is contained in:
Falk Werner
2020-04-04 22:26:15 +02:00
parent c769c02c55
commit 654015c95c
8 changed files with 262 additions and 24 deletions

View File

@@ -52,6 +52,7 @@ add_executable(alltests
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/adapter/operation/test_getattr.cc
test/webfuse/tests/provider/test_url.cc
test/webfuse/tests/provider/test_client_protocol.cc
test/webfuse/tests/provider/operation/test_close.cc
@@ -81,6 +82,8 @@ target_link_libraries(alltests PUBLIC
-Wl,--wrap=fuse_reply_open
-Wl,--wrap=fuse_reply_err
-Wl,--wrap=fuse_reply_buf
-Wl,--wrap=fuse_reply_attr
-Wl,--wrap=fuse_req_ctx
webfuse-adapter-static
webfuse-provider-static