aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/alloc_config/CMakeLists.txt
blob: 7c6fac345ea7315c70d3304d0d9b25bc5a269bef (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_alloc_config_test_app TEST
    SOURCES
    alloc_config_test.cpp
    DEPENDS
    searchcore_pcommon
    GTest::GTest
)
vespa_add_test(NAME searchcore_alloc_config_test_app COMMAND searchcore_alloc_config_test_app)