summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/CMakeLists.txt
blob: e71cf10962af4e37f211d3e1d5909fe0f06174bd (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
24
25
26
27
28
29
30
31
32
33
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testpersistence TEST
    SOURCES
    diskmoveoperationhandlertest.cpp
    mergehandlertest.cpp
    persistencequeuetest.cpp
    persistencetestutils.cpp
    persistencethread_splittest.cpp
    processalltest.cpp
    provider_error_wrapper_test.cpp
    splitbitdetectortest.cpp
    testandsettest.cpp
    DEPENDS
    storage
    storage_testdistributor
    storage_testpersistence_common
)

vespa_add_executable(storage_persistence_gtest_runner_app TEST
    SOURCES
    bucketownershipnotifiertest.cpp
    gtest_runner.cpp
    DEPENDS
    storage
    storage_testdistributor
    storage_testpersistence_common
    gtest
)

vespa_add_test(
    NAME storage_persistence_gtest_runner_app
    COMMAND storage_persistence_gtest_runner_app
)