aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/CMakeLists.txt
blob: 00a57410b54f47f329b84e47ccd984142c4661f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(storage_filestorage_gtest_runner_app TEST
    SOURCES
    deactivatebucketstest.cpp
    deletebuckettest.cpp
    filestormanagertest.cpp
    filestormodifiedbucketstest.cpp
    mergeblockingtest.cpp
    modifiedbucketcheckertest.cpp
    operationabortingtest.cpp
    sanitycheckeddeletetest.cpp
    service_layer_host_info_reporter_test.cpp
    singlebucketjointest.cpp
    gtest_runner.cpp
    DEPENDS
    storage
    storage_testhostreporter
    storage_testpersistence_common
    GTest::GTest
)

vespa_add_test( NAME storage_filestorage_gtest_runner_app COMMAND storage_filestorage_gtest_runner_app COST 50)