aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/array/CMakeLists.txt
blob: 139d3132e4316b2b6407d589324f576e1e0f3b43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(staging_vespalib_allocinarray_test_app TEST
    SOURCES
    allocinarray_test.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_allocinarray_test_app COMMAND staging_vespalib_allocinarray_test_app)
vespa_add_executable(staging_vespalib_sort_benchmark_app
    SOURCES
    sort_benchmark.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_sort_benchmark_app COMMAND staging_vespalib_sort_benchmark_app BENCHMARK)
vespa_add_executable(staging_vespalib_allocinarray_benchmark_app
    SOURCES
    allocinarray_benchmark.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_allocinarray_benchmark_app COMMAND staging_vespalib_allocinarray_benchmark_app BENCHMARK)