summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/CMakeLists.txt
blob: c7243e68146865ecf3b0462621233148d41ee3d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testcommon TEST
    SOURCES
    dummystoragelink.cpp
    testhelper.cpp
    metricstest.cpp
    storagelinktest.cpp
    testnodestateupdater.cpp
    teststorageapp.cpp
    DEPENDS
    storage
)