aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/CMakeLists.txt
blob: 77d24b1f829bcdb3b95e640a32f4e95a5dee03bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_postinglistbm_app TEST
    SOURCES
    postinglistbm.cpp
    andstress.cpp
    DEPENDS
    searchlib_test
    searchlib
)
vespa_add_test(NAME searchlib_postinglistbm_app NO_VALGRIND COMMAND searchlib_postinglistbm_app -q -a)