aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/CMakeLists.txt
blob: 50824a4d7629f6cfd72e76ed0676c9dc09e0e057 (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
34
# 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 ${CMAKE_CURRENT_SOURCE_DIR}/index_test.sh 
               DEPENDS searchcore_indexmanager_test_app searchcore_fusionrunner_test_app searchcore_diskindexcleaner_test_app searchcore_indexcollection_test_app)