summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/CMakeLists.txt
blob: f93ea7ef00d07567896c0ac37b9798e1f8e33927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

# Runner for unit tests written in CppUnit (DEPRECATED).
# NOTE: All new tests should be written in gtest. Each test sub-module has a gtest runner.
vespa_add_executable(storage_testrunner_app TEST
    SOURCES
    testrunner.cpp
    DEPENDS
    storage_testcommon
    storage_testhostreporter
)

vespa_add_test(
    NAME storage_testrunner_app
    COMMAND storage_testrunner_app
)