tests: cover ownership across ipc connections

This commit is contained in:
2026-08-13 23:07:25 +09:00
parent 21a94d447c
commit bb2a970db1
5 changed files with 399 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ static const struct ct_test tests[] = {
{ "ipc/response-max-drain", ipc_response_max_and_drain },
{ "ipc/response-fragmented-truncated", ipc_response_fragmented_and_truncated },
{ "ipc/broken-peer-send", ipc_broken_peer_send },
{ "server/connection-ownership", server_connection_ownership },
{ "ibus/context-lifecycle", ibus_context_lifecycle },
};