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

added integrative test of low level api

This commit is contained in:
Falk Werner
2020-04-02 22:00:01 +02:00
parent 06c01995fe
commit 48e3575d6d
3 changed files with 115 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ add_executable(alltests
test/webfuse/tests/provider/operation/test_open.cc
test/webfuse/tests/provider/operation/test_read.cc
test/webfuse/tests/provider/operation/test_readdir.cc
test/webfuse/tests/integration/test_lowlevel.cc
test/webfuse/tests/integration/test_integration.cc
test/webfuse/tests/integration/server.cc
test/webfuse/tests/integration/provider.cc