aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/CMakeLists.txt
blob: 6c6ba62ba6e4977e51f8c5645a0b19372d41b61a (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
35
36
37
38
39
40
41
42
43
44
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testdistributor
    SOURCES
    mergelimitertest.cpp
    bucketdatabasetest.cpp
    messagesenderstub.cpp
    externaloperationhandlertest.cpp
    getoperationtest.cpp
    idealstatemanagertest.cpp
    putoperationtest.cpp
    removeoperationtest.cpp
    removebucketoperationtest.cpp
    mergeoperationtest.cpp
    splitbuckettest.cpp
    joinbuckettest.cpp
    visitoroperationtest.cpp
    twophaseupdateoperationtest.cpp
    removelocationtest.cpp
    bucketdbupdatertest.cpp
    statoperationtest.cpp
    pendingmessagetrackertest.cpp
    distributortestutil.cpp
    simplebucketprioritydatabasetest.cpp
    simplemaintenancescannertest.cpp
    maintenanceschedulertest.cpp
    throttlingoperationstartertest.cpp
    blockingoperationstartertest.cpp
    nodeinfotest.cpp
    updateoperationtest.cpp
    bucketstateoperationtest.cpp
    distributortest.cpp
    mapbucketdatabasetest.cpp
    operationtargetresolvertest.cpp
    garbagecollectiontest.cpp
    statecheckerstest.cpp
    statusreporterdelegatetest.cpp
    bucketdbmetricupdatertest.cpp
    bucketgctimecalculatortest.cpp
    nodemaintenancestatstrackertest.cpp
    distributor_host_info_reporter_test.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)