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

added unit tests for read operation (adapter); did some hardening

This commit is contained in:
Falk Werner
2020-04-04 15:41:33 +02:00
parent ac09ee9c2f
commit e000500735
8 changed files with 303 additions and 10 deletions

View File

@@ -50,6 +50,7 @@ add_executable(alltests
test/webfuse/tests/adapter/test_fuse_req.cc
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/provider/test_url.cc
test/webfuse/tests/provider/test_client_protocol.cc
test/webfuse/tests/provider/operation/test_close.cc
@@ -78,6 +79,7 @@ target_link_libraries(alltests PUBLIC
-Wl,--wrap=fuse_req_userdata
-Wl,--wrap=fuse_reply_open
-Wl,--wrap=fuse_reply_err
-Wl,--wrap=fuse_reply_buf
webfuse-adapter-static
webfuse-provider-static