summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/eval/value_codec/CMakeLists.txt
blob: aa1adf10136f21f3df1d3246a55fb794026acd38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Verizon Media. 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)