aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/configure/CMakeLists.txt
blob: 169971095f5fa80fa9127322051264f88ffffa81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(slobrok_gencfg_app
    SOURCES
    gencfg.cpp
    DEPENDS
)
vespa_add_executable(slobrok_configure_test_app TEST
    SOURCES
    configure.cpp
    DEPENDS
    slobrok_slobrokserver
)
vespa_add_test(
    NAME slobrok_configure_test_app
    COMMAND slobrok_configure_test_app
    ENVIRONMENT "VESPA_LOG_LEVEL=\"all -debug -spam\""
)