aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/timer/CMakeLists.txt
blob: 54d31e7e8882896bedc5ce75e6b7aea19f1b3719 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_common_timer_test_app TEST
    SOURCES
    timer_test.cpp
    DEPENDS
    searchcore_pcommon
    GTest::GTest
)
vespa_add_test(NAME searchcore_common_timer_test_app COMMAND searchcore_common_timer_test_app)