aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine/shrink_lid_space_flush_target/CMakeLists.txt
blob: 9efe5bf549a4c7f8b0b2c6396ef7b26aeb4183dd (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_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
)