summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/spi/CMakeLists.txt
blob: 25c4acf2c32673d09f6e5578542118610dcf7151 (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
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(memfilepersistence_testspi
    SOURCES
    memfiletestutils.cpp
    providerconformancetest.cpp
    memfilev1serializertest.cpp
    memfilev1verifiertest.cpp
    basicoperationhandlertest.cpp
    splitoperationhandlertest.cpp
    joinoperationhandlertest.cpp
    iteratorhandlertest.cpp
    memfiletest.cpp
    memcachetest.cpp
    simplememfileiobuffertest.cpp
    memfileautorepairtest.cpp
    shared_data_location_tracker_test.cpp
    buffered_file_writer_test.cpp
    buffer_test.cpp
    simulatedfailurefile.cpp
    DEPENDS
    memfilepersistence_testhelper
    memfilepersistence
)