summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt
blob: 98e50a9a1c4851ee9a2f58b82d41075071d49db5 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_lz4_encode_decode_test_app TEST
    SOURCES
    lz4_encode_decode_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_lz4_encode_decode_test_app COMMAND vespalib_lz4_encode_decode_test_app)