aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/dispatcher/CMakeLists.txt
blob: e2e8944e823519962b0943bec2cf4fd3244d0a58 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vbench_dispatcher_test_app TEST
    SOURCES
    dispatcher_test.cpp
    DEPENDS
    vbench_test
    vbench
)
vespa_add_test(NAME vbench_dispatcher_test_app COMMAND vbench_dispatcher_test_app)