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