aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/test/authority/CMakeLists.txt
blob: 09c1152383ef2edf5cff5ac88aa89407eaac34cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2020 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(fbench_authority_test_app TEST
    SOURCES
    authority_test.cpp
    DEPENDS
    fbench_util
    vespalib
    GTest::GTest
)
vespa_add_test(NAME fbench_authority_test_app COMMAND fbench_authority_test_app)