aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/CMakeLists.txt
blob: be3fff431a9b4a48db96e5e71e5745653c5b3855 (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
26
27
28
29
30
31
32
33
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_indexmanager_test_app TEST
    SOURCES
    indexmanager_test.cpp
    DEPENDS
    searchcore_server
    searchcore_index
    searchcore_flushengine
    searchcore_pcommon
    searchcore_util
)
vespa_add_executable(searchcore_fusionrunner_test_app TEST
    SOURCES
    fusionrunner_test.cpp
    DEPENDS
    searchcore_server
    searchcore_index
    searchcore_pcommon
    searchcore_util
)
vespa_add_executable(searchcore_diskindexcleaner_test_app TEST
    SOURCES
    diskindexcleaner_test.cpp
    DEPENDS
    searchcore_index
)
vespa_add_executable(searchcore_indexcollection_test_app TEST
    SOURCES
    indexcollection_test.cpp
    DEPENDS
    searchcore_index
)
vespa_add_test(NAME searchcore_index_test COMMAND sh index_test.sh)