summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/matching_elements_filler/CMakeLists.txt
blob: 5cc2977b3c3b80b0e59ff14a0fba8e4050b1843b (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
    GTest::GTest
)
vespa_add_test(NAME streamingvisitors_matching_elements_filler_test_app COMMAND streamingvisitors_matching_elements_filler_test_app)