summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/CMakeLists.txt
blob: f20871fdcec038960fab548eb1a682f9533ee4cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 TEST
    SOURCES
    testhelper.cpp
    testrunner.cpp
    DEPENDS
    memfilepersistence_testconformance
    memfilepersistence_testdevices
    memfilepersistence_testinit
    memfilepersistence_testspi
    memfilepersistence_testtools
)
vespa_add_test(NAME memfilepersistence_testrunner_app COMMAND memfilepersistence_testrunner_app)