aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/lid_allocator/CMakeLists.txt
blob: 8fc5c23239f247e2f1c8eaefff12a3a58820acfc (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_allocator_test_app TEST
    SOURCES
    lid_allocator_test.cpp
    DEPENDS
    searchcore_documentmetastore
    GTest::GTest
)
vespa_add_test(NAME searchcore_lid_allocator_test_app COMMAND searchcore_lid_allocator_test_app)