aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/hostreporter/CMakeLists.txt
blob: 99fdbb87a8d1d7da37a2452dcb0a8e3009fc48dd (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 Vespa.ai. 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
)