aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/CMakeLists.txt
blob: 22d3e71021c195a6118870c91f0cd9acddfef7ce (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
34
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_teststorageserver TEST
    SOURCES
    testvisitormessagesession.cpp
    DEPENDS
    storage_testcommon
    storage
)

vespa_add_executable(storage_storageserver_gtest_runner_app TEST
    SOURCES
    bouncertest.cpp
    changedbucketownershiphandlertest.cpp
    communicationmanagertest.cpp
    configurable_bucket_resolver_test.cpp
    documentapiconvertertest.cpp
    mergethrottlertest.cpp
    priorityconvertertest.cpp
    service_layer_error_listener_test.cpp
    statemanagertest.cpp
    statereportertest.cpp
    gtest_runner.cpp
    DEPENDS
    storage_testcommon
    storage_teststorageserver
    storage
    GTest::GTest
)

vespa_add_test(
    NAME storage_storageserver_gtest_runner_app
    COMMAND storage_storageserver_gtest_runner_app
    COST 300
)