aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/eval/array_array_map/CMakeLists.txt
blob: 98e5cdd7b0dfd85d3cc011b6794c57c1827f9c47 (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(eval_array_array_map_test_app TEST
    SOURCES
    array_array_map_test.cpp
    DEPENDS
    vespaeval
    GTest::GTest
)
vespa_add_test(NAME eval_array_array_map_test_app COMMAND eval_array_array_map_test_app)