summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/document_inverter/CMakeLists.txt
blob: ecf33ee48fd73f5ef78ef342b3d6d2a81059a5b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_document_inverter_test_app TEST
    SOURCES
    document_inverter_test.cpp
    DEPENDS
    searchlib_test
    searchlib
    gtest
)
vespa_add_test(NAME searchlib_document_inverter_test_app COMMAND searchlib_document_inverter_test_app)