mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
cmake: add missing rolling_max_tracker_test and symmetric_key_test
Added in5b2a07b408andc596ae6eb1without cmake integration. Closes scylladb/scylladb#29328
This commit is contained in:
committed by
Pavel Emelyanov
parent
d01c9a425f
commit
8b4a91982b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user