summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/CMakeLists.txt
blob: 0428753a3a684bfbcb7bf0411080a3d0d454f0ed (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. 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)