aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/tests/forwarder/CMakeLists.txt
blob: 94fd62f5caeb3af8e8a0cb91659f8e5b8c9534d4 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(logd_forwarder_test_app TEST
    SOURCES
    forwarder_test.cpp
    DEPENDS
    logd
)
vespa_add_test(NAME logd_forwarder_test_app COMMAND logd_forwarder_test_app)