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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user