aboutsummaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/CMakeLists.txt
blob: ee0cea9e1a50ef7fce05f97f3457c696ee7102da (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_executable(memfilepersistence_testrunner_app
    SOURCES
    testhelper.cpp
    testrunner.cpp
    DEPENDS
    memfilepersistence_testconformance
    memfilepersistence_testdevices
    memfilepersistence_testinit
    memfilepersistence_testspi
    memfilepersistence_testtools
    memfilepersistence
)
vespa_add_test(NAME memfilepersistence_testrunner_app COMMAND memfilepersistence_testrunner_app)