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