summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine/shrink_lid_space_flush_target/CMakeLists.txt
blob: 8a917ba8e2964e9fdf522adf860455b92b8f2b30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_flushengine_shrink_lid_space_flush_target_test_app TEST
    SOURCES
    shrink_lid_space_flush_target_test.cpp
    DEPENDS
    searchcorespi
    searchcore_flushengine
)
vespa_add_test(
    NAME searchcore_flushengine_shrink_lid_space_flush_target_test_app
    COMMAND searchcore_flushengine_shrink_lid_space_flush_target_test_app
)