aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/alloc_config/CMakeLists.txt
blob: 176e47e70a5508d40559751db0d708279054fd06 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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)