aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine/shrink_lid_space_flush_target/CMakeLists.txt
blob: e6e685d1258e8b7d198f457907e84954f591d0ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. 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
)