aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/CMakeLists.txt
blob: 79b0582e1d03bad5d5529940c3938be34031e2b6 (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
24
25
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_test STATIC
    SOURCES
    attribute_utils.cpp
    attribute_vectors.cpp
    bucketfactory.cpp
    buckethandler.cpp
    bucketstatecalculator.cpp
    clusterstatehandler.cpp
    documentdb_config_builder.cpp
    dummy_feed_view.cpp
    dummy_flush_target.cpp
    dummydbowner.cpp
    mock_index_manager.cpp
    mock_shared_threading_service.cpp
    userdocumentsbuilder.cpp
    resulthandler.cpp
    threading_service_observer.cpp
    transport_helper.cpp
    DEPENDS
    searchcore_server
    searchcore_fconfig
    searchcorespi
    searchlib_test
)