aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/fileconfigmanager/CMakeLists.txt
blob: 47fbe88709f5a48ef60b09febdcd4a58f6bd609c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_fileconfigmanager_test_app TEST
    SOURCES
    fileconfigmanager_test.cpp
    DEPENDS
    searchcore_test
    searchcore_server
    searchcore_pcommon
    searchcore_fconfig
)
vespa_add_test(NAME searchcore_fileconfigmanager_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/fileconfigmanager_test.sh
               DEPENDS searchcore_fileconfigmanager_test_app)
vespa_generate_config(searchcore_fileconfigmanager_test_app mycfg.def)