aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/lid_state_vector/CMakeLists.txt
blob: 652e83a6b79fe90a7d5f50c470de281b6079cb00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_lid_state_vector_test_app TEST
    SOURCES
    lid_state_vector_test.cpp
    DEPENDS
    searchcore_documentmetastore
    GTest::GTest
)
vespa_add_test(NAME searchcore_lid_state_vector_test_app COMMAND searchcore_lid_state_vector_test_app)