summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/CMakeLists.txt
blob: f253d42e460b9d1ceca67ef706eb6f38c08b4293 (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 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
)