summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/distance_functions/CMakeLists.txt
blob: 92ad9ae264872a8878c6f75cffc74c7fd842ff23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_distance_functions_test_app TEST
    SOURCES
    distance_functions_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_distance_functions_test_app COMMAND searchlib_distance_functions_test_app)

vespa_add_executable(searchlib_distance_functions_benchmark_app TEST
    SOURCES
    distance_functions_benchmark.cpp
    DEPENDS
    searchlib
)