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