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

added unit tests of uuid_mountpoint_factory

This commit is contained in:
Falk Werner
2020-02-16 17:33:11 +01:00
parent 096c244445
commit 2b91f159cf
7 changed files with 148 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ pkg_check_modules(GMOCK gmock)
add_executable(alltests
test/tempdir.cc
test/file_utils.cc
test/msleep.cc
test/die_if.cc
test/mock_authenticator.cc
@@ -29,6 +30,7 @@ add_executable(alltests
test/adapter/test_authenticators.cc
test/adapter/test_mountpoint.cc
test/adapter/test_uuid_mountpoint.cc
test/adapter/test_uuid_mountpoint_factory.cc
test/adapter/test_fuse_req.cc
test/adapter/jsonrpc/test_util.cc
test/adapter/jsonrpc/test_is_request.cc