summaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/app_vbench/CMakeLists.txt
blob: b5ce997c31a41b2a630622fcdc1f78f7d5c942ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vbench_app_vbench_test_app TEST
    SOURCES
    app_vbench_test.cpp
    DEPENDS
    vbench_test
    vbench
)
vespa_add_test(NAME vbench_app_vbench_test_app NO_VALGRIND COMMAND vbench_app_vbench_test_app)
configure_file(vbench.cfg.template vbench.cfg @ONLY)