summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/CMakeLists.txt
blob: 004cff76efd3c4f87a09da932345dfe478b2a092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_executable(searchlib_posting_list_test_app TEST
    SOURCES
    posting_list_test.cpp
    DEPENDS
    searchlib_test
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_posting_list_test_app NO_VALGRIND COMMAND searchlib_posting_list_test_app)

vespa_add_executable(searchlib_postinglistbm_app TEST
    SOURCES
    postinglistbm.cpp
    stress_runner.cpp
    DEPENDS
    searchlib_test
    searchlib
)