summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/box/CMakeLists.txt
blob: 378fc66a3ffa2d3abff528bc9f9d23ad54fa4e2f (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_box_test_app TEST
    SOURCES
    box_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_box_test_app COMMAND vespalib_box_test_app)