aboutsummaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/CMakeLists.txt
blob: bc1d058ef354d8a4d6d3230268d67fc0eea35482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(memfilepersistence_testrunner_app TEST
    SOURCES
    testrunner.cpp
    DEPENDS
    memfilepersistence_testconformance
    memfilepersistence_testdevices
    memfilepersistence_testinit
    memfilepersistence_testspi
    memfilepersistence_testtools
)

# TODO: Test with a larger chunk size to parallelize test suite runs 
vespa_add_test(
    NAME memfilepersistence_testrunner_app
    COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:memfilepersistence_testrunner_app>
    DEPENDS memfilepersistence_testrunner_app
)