summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/hostreporter/CMakeLists.txt
blob: bfc4929918668995b7a175aae40e1f7c41466b9a (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testhostreporter TEST
    SOURCES
    hostinfotest.cpp
    util.cpp
    versionreportertest.cpp
    DEPENDS
    storage
)