summaryrefslogtreecommitdiffstats
path: root/persistence/src/tests/CMakeLists.txt
blob: 396e9f99655c41b120d57d31321da981090993f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(persistence_testrunner_app TEST
    SOURCES
    testrunner.cpp
    DEPENDS
    persistence_testdummyimpl
    persistence_testspi
)

vespa_add_test(
    NAME persistence_testrunner_app
    COMMAND persistence_testrunner_app
)