aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/array/CMakeLists.txt
blob: 3f08aa07b4dadd01161ba29f824130b89442d665 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_array_test_app TEST
    SOURCES
    array_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_array_test_app COMMAND vespalib_array_test_app)
vespa_add_executable(vespalib_sort_benchmark_app
    SOURCES
    sort_benchmark.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_sort_benchmark_app COMMAND vespalib_sort_benchmark_app BENCHMARK)