aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_manager/CMakeLists.txt
blob: f59d400fe17d2294e50d6b8c6b05d9ad44af961e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_attribute_manager_test_app TEST
    SOURCES
    attribute_manager_test.cpp
    DEPENDS
    searchcore_server
    searchcore_attribute
    searchcore_documentmetastore
    searchcore_bucketdb
    searchcore_initializer
    searchcore_flushengine
    searchcore_pcommon
    searchcore_test
)
vespa_add_test(NAME searchcore_attribute_manager_test_app COMMAND searchcore_attribute_manager_test_app)