aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/tests/forward/CMakeLists.txt
blob: 653fa1455229077132dbd548d8cd289909a6f638 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(logd_forward_test_app TEST
    SOURCES
    forward.cpp
    DEPENDS
    logd
)
vespa_add_test(NAME logd_forward_test_app COMMAND logd_forward_test_app)