aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/left_right_heap/CMakeLists.txt
blob: 2681cfae63778f2dfa8484fa38d4b411f94a88e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2016 Yahoo Inc. 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
    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)
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)