aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests/CMakeLists.txt
blob: af48f379f37d4cfa940d3d451bba42b052cebe35 (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
# Copyright Vespa.ai. 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_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)