summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/handle_recorder/CMakeLists.txt
blob: 3f4fd071e5cadc528cfd190fe88a1cfd49faf610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

find_package(GTest REQUIRED)
vespa_add_executable(searchcore_matching_handle_recorder_test_app TEST
    SOURCES
    handle_recorder_test.cpp
    DEPENDS
    searchcore_matching
    GTest::GTest
)
vespa_add_test(NAME searchcore_matching_handle_recorder_test_app COMMAND searchcore_matching_handle_recorder_test_app)