aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/lid_state_vector/CMakeLists.txt
blob: 2f13701d904b9a0feb3c6ddf2cac6561017412bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. 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)