Move activeConnections to Server
This commit is contained in:
@@ -158,10 +158,6 @@ add_executable(test_arena_allocator tests/test_arena_allocator.cpp
|
||||
target_link_libraries(test_arena_allocator doctest::doctest)
|
||||
target_include_directories(test_arena_allocator PRIVATE src)
|
||||
|
||||
add_executable(test_connection_registry tests/test_connection_registry.cpp)
|
||||
target_link_libraries(test_connection_registry doctest::doctest)
|
||||
target_include_directories(test_connection_registry PRIVATE src)
|
||||
|
||||
add_executable(
|
||||
test_commit_request
|
||||
tests/test_commit_request.cpp src/json_commit_request_parser.cpp
|
||||
|
||||
Reference in New Issue
Block a user