aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/app_vbench/CMakeLists.txt
blob: c8970393a6009c74284e2d5a7a7d806aabbd702d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. 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)