aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/left_right_heap/CMakeLists.txt
blob: 52ab8920e4e17c59c52a2e8af696d180477f6a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_left_right_heap_test_app TEST
    SOURCES
    left_right_heap_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_left_right_heap_test_app COMMAND vespalib_left_right_heap_test_app COST 30)
vespa_add_executable(vespalib_left_right_heap_bench_app
    SOURCES
    left_right_heap_bench.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_left_right_heap_bench_app COMMAND vespalib_left_right_heap_bench_app BENCHMARK)