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