summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests/CMakeLists.txt
blob: 5507a78b8c3078c6d16ac1bf2a15e4051b01869e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2017 Yahoo Holdings. 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)
vespa_add_executable(searchlib_document_weight_attribute_lookup_stress_test_app
    SOURCES
    document_weight_attribute_lookup_stress_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_document_weight_attribute_lookup_stress_test_app COMMAND searchlib_document_weight_attribute_lookup_stress_test_app BENCHMARK)