aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/native_dot_product/CMakeLists.txt
blob: 0f301d81619799c2a5b35070a4dc5ea24e029dfe (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_native_dot_product_test_app TEST
    SOURCES
    native_dot_product_test.cpp
    DEPENDS
    vespa_searchlib
)
vespa_add_test(NAME searchlib_native_dot_product_test_app COMMAND searchlib_native_dot_product_test_app)