aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/text_similarity_feature/CMakeLists.txt
blob: dff4eb414d1d27bf4d94dc11c70b0b1b6fc8689c (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_text_similarity_feature_test_app TEST
    SOURCES
    text_similarity_feature_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_text_similarity_feature_test_app COMMAND searchlib_text_similarity_feature_test_app)