aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/CMakeLists.txt
blob: 7b165e11b66e4200ee2eb68af586c69f17dbebe5 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(storage_persistence_gtest_runner_app TEST
    SOURCES
    active_operations_stats_test.cpp
    apply_bucket_diff_state_test.cpp
    bucketownershipnotifiertest.cpp
    has_mask_remapper_test.cpp
    mergehandlertest.cpp
    persistencequeuetest.cpp
    persistencetestutils.cpp
    persistencethread_splittest.cpp
    processalltest.cpp
    provider_error_wrapper_test.cpp
    splitbitdetectortest.cpp
    testandsettest.cpp
    gtest_runner.cpp
    DEPENDS
    storage
    storage_testpersistence_common
    GTest::GTest
)

vespa_add_test(
    NAME storage_persistence_gtest_runner_app
    COMMAND storage_persistence_gtest_runner_app
)