summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/container/CMakeLists.txt
blob: 99717430c2807bfab41bf5a71b41fa3ddb00574f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
    smallvectortest.cpp
    lruordertest.cpp
    indexedcontaineriteratortest.cpp
    DEPENDS
    vdslib
)