From 8b4a91982bced90f6276d9ac27b29adb3252db0b Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Fri, 3 Apr 2026 20:44:42 +0300 Subject: [PATCH] cmake: add missing rolling_max_tracker_test and symmetric_key_test Added in 5b2a07b4088341 and c596ae6eb1ab881 without cmake integration. Closes scylladb/scylladb#29328 --- test/boost/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/boost/CMakeLists.txt b/test/boost/CMakeLists.txt index 23f01b4fbb..d065513fbf 100644 --- a/test/boost/CMakeLists.txt +++ b/test/boost/CMakeLists.txt @@ -200,6 +200,8 @@ add_scylla_test(reusable_buffer_test KIND SEASTAR) add_scylla_test(reservoir_sampling_test KIND BOOST) +add_scylla_test(rolling_max_tracker_test + KIND BOOST) add_scylla_test(rest_client_test KIND SEASTAR) add_scylla_test(rust_test @@ -263,6 +265,9 @@ add_scylla_test(string_format_test KIND BOOST) add_scylla_test(summary_test KIND BOOST) +add_scylla_test(symmetric_key_test + KIND SEASTAR + LIBRARIES encryption) add_scylla_test(file_stream_test KIND SEASTAR) add_scylla_test(tagged_integer_test