summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageutil/CMakeLists.txt
blob: db3e14f3f31a1ebe91f05718c17bbb4fb4abc40b (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_teststorageutil TEST
    SOURCES
    functortest.cpp
    charttest.cpp
    palettetest.cpp
    DEPENDS
    storage
)