summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/nns_distance/CMakeLists.txt
blob: 8dbee37a19442e736e23359aaad27650a8c62d14 (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(searchlib_nns_distance_test_app TEST
    SOURCES
    nns_distance_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_nns_distance_test_app COMMAND searchlib_nns_distance_test_app)