aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/btree/CMakeLists.txt
blob: d88953d43fd30669bdfc0a9e68b62ec991ba9201 (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(searchlib_btreeaggregation_test_app
    SOURCES
    btreeaggregation_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_btreeaggregation_test_app COMMAND searchlib_btreeaggregation_test_app)
vespa_add_executable(searchlib_iteratespeed_app
    SOURCES
    iteratespeed.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_iteratespeed_app COMMAND searchlib_iteratespeed_app BENCHMARK)