summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/matching_elements_filler/CMakeLists.txt
blob: 124f920c696578fa38c6151dc4e1be008eb3b922 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2019 Oath Inc. 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)