summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/typed_cells/CMakeLists.txt
blob: d57ff33eda64ad682d45d3512342f17ae36a0ea1 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(eval_typed_cells_test_app TEST
    SOURCES
    typed_cells_test.cpp
    DEPENDS
    vespaeval
)
vespa_add_test(NAME eval_typed_cells_test_app COMMAND eval_typed_cells_test_app)