summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/CMakeLists.txt
blob: 53113ea0eb1a66d4efc0c79d9b557a8db07c48ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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_teststorageserver
    storage_testvisiting
    storage_testcommon
    storage_testhostreporter
    storage_testdistributor
)

vespa_add_test(
    NAME storage_testrunner_app
    COMMAND storage_testrunner_app
)