summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/CMakeLists.txt
blob: 95faf7e433e93abb09160a69f444746a022c86bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_teststorageserver TEST
    SOURCES
    bouncertest.cpp
    bucketintegritycheckertest.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
    testvisitormessagesession.cpp
    DEPENDS
    storage_storageserver
    storage_testcommon
)