aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/closest/CMakeLists.txt
blob: 71572c5e5a26c3fc8adb4b7e78000720f6ef8dfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(searchlib_closest_test_app TEST
    SOURCES
    closest_test.cpp
    DEPENDS
    searchlib
    searchlib_test
)
vespa_add_test(NAME searchlib_closest_test_app COMMAND searchlib_closest_test_app)