aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/tests/CMakeLists.txt
blob: 7ecf2c0d38ce27318193e3d1ae53bdd4689affa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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_testspi
)

vespa_add_test(
    NAME persistence_testrunner_app
    COMMAND persistence_testrunner_app
)