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

added unit tests for uuid_mountpoint

This commit is contained in:
Falk Werner
2020-02-16 14:47:21 +01:00
parent cfadf85f49
commit 096c244445
5 changed files with 163 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ include(GoogleTest)
pkg_check_modules(GMOCK gmock)
add_executable(alltests
test/tempdir.cc
test/msleep.cc
test/die_if.cc
test/mock_authenticator.cc
@@ -27,6 +28,7 @@ add_executable(alltests
test/adapter/test_authenticator.cc
test/adapter/test_authenticators.cc
test/adapter/test_mountpoint.cc
test/adapter/test_uuid_mountpoint.cc
test/adapter/test_fuse_req.cc
test/adapter/jsonrpc/test_util.cc
test/adapter/jsonrpc/test_is_request.cc