aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/CMakeLists.txt
blob: 4082a8f55637119e3d4f82941ccf24f9391b9b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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_test_app TEST
    SOURCES
    attribute_test.cpp
    DEPENDS
    searchcore_server
    searchcore_attribute
    searchcore_flushengine
    searchcore_pcommon
)
vespa_add_test(NAME searchcore_attribute_test_app COMMAND sh attribute_test.sh)
vespa_add_executable(searchcore_attributeflush_test_app TEST
    SOURCES
    attributeflush_test.cpp
    DEPENDS
    searchcore_server
    searchcore_attribute
    searchcore_flushengine
    searchcore_pcommon
)
vespa_add_test(NAME searchcore_attributeflush_test_app COMMAND sh attributeflush_test.sh)