summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/CMakeLists.txt
blob: c28a6102b71997597ef31257a3b4382a817cb004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
    fnet_listener_test.cpp
    mergethrottlertest.cpp
    priorityconvertertest.cpp
    service_layer_error_listener_test.cpp
    statemanagertest.cpp
    statereportertest.cpp
    testvisitormessagesession.cpp
    DEPENDS
    storage_storageserver
    storage_testcommon
)