aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/test/CMakeLists.txt
blob: ff1505a40108e9a9418825b0b82d9ddb42274e64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(eval_eval_test OBJECT
    SOURCES
    cell_type_space.cpp
    eval_fixture.cpp
    eval_onnx.cpp
    eval_spec.cpp
    gen_spec.cpp
    reference_evaluation.cpp
    reference_operations.cpp
    test_io.cpp
    value_compare.cpp
)