aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/test/CMakeLists.txt
blob: a52836ba3ba9f769616535c2fd982c83d453b4df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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
)