summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/matching_elements_filler/CMakeLists.txt
blob: ef93d5519124acb4cfa68070145b18372563670c (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(streamingvisitors_matching_elements_filler_test_app TEST
    SOURCES
    matching_elements_filler_test.cpp
    DEPENDS
    streamingvisitors_searchvisitor
    GTest::GTest
)
vespa_add_test(NAME streamingvisitors_matching_elements_filler_test_app COMMAND streamingvisitors_matching_elements_filler_test_app)