aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/test/authority/CMakeLists.txt
blob: 73c4dcad2d51dd82db3e00f7459825339d47d7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. 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)