summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/common/CMakeLists.txt
blob: 816a2a05ac213a3614f1cc23fd649e100565879a (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_testpersistence_common TEST
    SOURCES
    persistenceproviderwrapper.cpp
    filestortestfixture.cpp
    DEPENDS
    persistence
    storage_testcommon
)