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