aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/CMakeLists.txt
blob: b1314ca05379930e0d32fbdccc5efc56e14b2bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testfilestorage
    SOURCES
    filestormanagertest.cpp
    operationabortingtest.cpp
    filestortestfixture.cpp
    mergeblockingtest.cpp
    sanitycheckeddeletetest.cpp
    deactivatebucketstest.cpp
    modifiedbucketcheckertest.cpp
    filestormodifiedbucketstest.cpp
    deletebuckettest.cpp
    singlebucketjointest.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)