summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/CMakeLists.txt
blob: c065c3eef5be0c281b3e94f3889c70b837653e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testpersistence
    SOURCES
    processalltest.cpp
    persistencetestutils.cpp
    splitbitdetectortest.cpp
    legacyoperationhandlertest.cpp
    persistenceproviderwrapper.cpp
    diskmoveoperationhandlertest.cpp
    providershutdownwrappertest.cpp
    mergehandlertest.cpp
    persistencethread_splittest.cpp
    bucketownershipnotifiertest.cpp
    persistencequeuetest.cpp
    testandsettest.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)