summaryrefslogtreecommitdiffstats
path: root/fbench/src/test/authority/CMakeLists.txt
blob: 542d42b8f0afdff620f4232be2e0463edbea6254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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)