aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/CMakeLists.txt
blob: 9c57b2a6a6bfa11753727af4b26e5875d681d06d (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_testfilestorage TEST
    SOURCES
    filestormanagertest.cpp
    operationabortingtest.cpp
    mergeblockingtest.cpp
    sanitycheckeddeletetest.cpp
    deactivatebucketstest.cpp
    modifiedbucketcheckertest.cpp
    filestormodifiedbucketstest.cpp
    deletebuckettest.cpp
    singlebucketjointest.cpp
    DEPENDS
    storage
    storageapi
    storage_testpersistence_common
)