aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/tokens_converter/CMakeLists.txt
blob: 01a1fc965af8f887f8433c008c5e371cdf4bd050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(streamingvisitors_tokens_converter_test_app TEST
    SOURCES
    tokens_converter_test.cpp
    DEPENDS
    streamingvisitors
    GTest::gtest
)

vespa_add_test(NAME streamingvisitors_tokens_converter_test_app COMMAND streamingvisitors_tokens_converter_test_app)