aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/fileconfigmanager/CMakeLists.txt
blob: ec73722748b0db9f62f08d4f074d555a85271cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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
)
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)