aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/eval/value_codec/CMakeLists.txt
blob: 0c5b462c48863387fdd3e87b74a3c2dc0dc5f0af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(eval_value_codec_test_app TEST
    SOURCES
    value_codec_test.cpp
    DEPENDS
    vespaeval
    GTest::GTest
)
vespa_add_test(NAME eval_value_codec_test_app COMMAND eval_value_codec_test_app)