aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/configure/CMakeLists.txt
blob: ecceb4b3efebfdbcda2757fbc9c891ff72f219e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Yahoo. 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\""
)