aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests/CMakeLists.txt
blob: 5c275e4cfb8fed9dd0c75162bcf313ba61ce36b8 (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(searchlib_biglog_test_app
    SOURCES
    biglogtest.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_biglog_test_app COMMAND searchlib_biglog_test_app BENCHMARK)
vespa_add_executable(searchlib_btreestress_test_app
    SOURCES
    btreestress_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_btreestress_test_app COMMAND searchlib_btreestress_test_app BENCHMARK)
vespa_add_executable(searchlib_memoryindexstress_test_app
    SOURCES
    memoryindexstress_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_memoryindexstress_test_app COMMAND searchlib_memoryindexstress_test_app BENCHMARK)