From 846907b511ccf4f2ecdc4d2b12273e6287c08575 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Mon, 10 Oct 2022 12:52:56 +0000 Subject: Implement a generic hold list for data elements associated with a generation. --- vespalib/src/tests/util/generation_hold_list/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vespalib/src/tests/util/generation_hold_list/CMakeLists.txt (limited to 'vespalib/src/tests/util/generation_hold_list/CMakeLists.txt') diff --git a/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt b/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt new file mode 100644 index 00000000000..c85b2537745 --- /dev/null +++ b/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt @@ -0,0 +1,9 @@ +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +vespa_add_executable(vespalib_generation_hold_list_test_app TEST + SOURCES + generation_hold_list_test.cpp + DEPENDS + vespalib + GTest::GTest +) +vespa_add_test(NAME vespalib_generation_hold_list_test_app COMMAND vespalib_generation_hold_list_test_app) -- cgit v1.2.3