summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/CMakeLists.txt
blob: 8dd4e969d040e0b4208b1419750a4911b2d0b8e5 (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
    metricstest.cpp
    storagelinktest.cpp
    testhelper.cpp
    testnodestateupdater.cpp
    teststorageapp.cpp
    DEPENDS
    storage
)