aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_aspect_delayer/CMakeLists.txt
blob: 0e3d64d4c3a48b75260f2ac9530bb19fc51cc0f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_attribute_aspect_delayer_test_app TEST
    SOURCES
    attribute_aspect_delayer_test.cpp
    DEPENDS
    searchcore_attribute
    searchcore_pcommon
    GTest::GTest
)
vespa_add_test(NAME searchcore_attribute_aspect_delayer_test_app COMMAND searchcore_attribute_aspect_delayer_test_app)