aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/tests/spi/CMakeLists.txt
blob: 6f6981f2cce791d7f653c4c27708b0c9d969b0dc (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(persistence_testspi
    SOURCES
    clusterstatetest.cpp
    DEPENDS
    persistence
)