aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/lid_allocator/CMakeLists.txt
blob: 7d70c8ce353c2b5c99667445b7423a1638e0ce67 (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_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)