aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/compact_words_store/CMakeLists.txt
blob: 71e13db15fa4f4e367e300da784ab537212a060c (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.
find_package(GTest REQUIRED)
vespa_add_executable(searchlib_compact_words_store_test_app TEST
    SOURCES
    compact_words_store_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_compact_words_store_test_app COMMAND searchlib_compact_words_store_test_app)