summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/dense_dot_product_function/CMakeLists.txt
blob: 9b81004ee1383fc9d4bbca600227e9838c7b9e57 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_dense_dot_product_function_test_app TEST
    SOURCES
    dense_dot_product_function_test.cpp
    DEPENDS
    eval
)
vespa_add_test(NAME vespalib_dense_dot_product_function_test_app COMMAND vespalib_dense_dot_product_function_test_app)