summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageutil/CMakeLists.txt
blob: a48895352e852c698f0fc60069f474a019e1e12f (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(storage_teststorageutil
    SOURCES
    functortest.cpp
    charttest.cpp
    palettetest.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)