aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/qps_tagger/CMakeLists.txt
blob: 75cb4d57fbeea60fe83b3493c234fff3122a1f84 (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_qps_tagger_test_app TEST
    SOURCES
    qps_tagger_test.cpp
    DEPENDS
    vbench_test
    vbench
)
vespa_add_test(NAME vbench_qps_tagger_test_app COMMAND vbench_qps_tagger_test_app)