aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine/prepare_restart_flush_strategy/CMakeLists.txt
blob: ede12919d33dda6ef96572bee8af1a5719ad5a2c (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_flushengine_prepare_restart_flush_strategy_test_app TEST
    SOURCES
    prepare_restart_flush_strategy_test.cpp
    DEPENDS
    searchcore_flushengine
    searchcore_test
)
vespa_add_test(
    NAME searchcore_flushengine_prepare_restart_flush_strategy_test_app
    COMMAND searchcore_flushengine_prepare_restart_flush_strategy_test_app
)