aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/hostreporter/CMakeLists.txt
blob: 6e7f1cc7c425a3334b5a4a99a711e5d32ccaf66e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testhostreporter TEST
    SOURCES
    util.cpp
    DEPENDS
    storage
)

vespa_add_executable(storage_hostreporter_gtest_runner_app TEST
    SOURCES
    gtest_runner.cpp
    hostinfotest.cpp
    versionreportertest.cpp
    DEPENDS
    storage
    storage_testhostreporter
    GTest::GTest
)

vespa_add_test(
    NAME storage_hostreporter_gtest_runner_app
    COMMAND storage_hostreporter_gtest_runner_app
)