build: build session.cc in CMake building system
this source file was added in d3d83869. so let's update cmake
as well.
sessions_tests was added in the same commit, so add it as well.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes scylladb/scylladb#16344
This commit is contained in:
@@ -23,6 +23,7 @@ target_sources(service
|
||||
raft/raft_group_registry.cc
|
||||
raft/raft_rpc.cc
|
||||
raft/raft_sys_table_storage.cc
|
||||
session.cc
|
||||
storage_proxy.cc
|
||||
storage_service.cc
|
||||
tablet_allocator.cc
|
||||
|
||||
@@ -282,6 +282,8 @@ add_scylla_test(schema_loader_test
|
||||
LIBRARIES tools)
|
||||
add_scylla_test(schema_registry_test
|
||||
KIND SEASTAR)
|
||||
add_scylla_test(sessions_test
|
||||
KIND SEASTAR)
|
||||
add_scylla_test(sstable_conforms_to_mutation_source_test
|
||||
KIND SEASTAR)
|
||||
add_scylla_test(sstable_compaction_test
|
||||
|
||||
Reference in New Issue
Block a user