aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine/CMakeLists.txt
blob: bbc97818f516a0d282c66c22e39638717d7ac634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_flushengine_test_app TEST
    SOURCES
    flushengine.cpp
    DEPENDS
    searchcore_flushengine
    searchcore_pcommon
)
vespa_add_test(
    NAME searchcore_flushengine_test_app
    COMMAND searchcore_flushengine_test_app
    ENVIRONMENT "VESPA_LOG_LEVEL=all;VESPA_LOG_TARGET=file:vlog.txt"
)