summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/container/CMakeLists.txt
blob: 6247e7f72cc5fdf8043f506cadb90793c39b10d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vdslib_containertest
    SOURCES
    documentlisttest.cpp
    parameterstest.cpp
    searchresulttest.cpp
    documentsummarytest.cpp
    DEPENDS
    vdslib
)