aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/tests/dummyimpl/CMakeLists.txt
blob: 5a257eb56f3115deee15acc80c6bd68fdb55224a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(persistence_testdummyimpl
    SOURCES
    dummyimpltest.cpp
    DEPENDS
)
vespa_add_executable(persistence_dummypersistence_test_app
    SOURCES
    dummypersistence_test.cpp
    DEPENDS
    persistence
    persistence_persistence_conformancetest
)
vespa_add_test(NAME persistence_dummypersistence_test_app COMMAND persistence_dummypersistence_test_app)