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:
Kefu Chai
2023-12-08 14:58:34 +08:00
committed by Avi Kivity
parent d62a5fc60b
commit 818343b57d
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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