test: cover IPC response framing

This commit is contained in:
2026-08-12 16:11:22 +09:00
parent 432df3730c
commit a03efcf6bf
3 changed files with 174 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ static const struct ct_test tests[] = {
{ "dict/emoji-identity", dictionary_emoji_identity },
{ "ipc/masks-modifiers", ipc_masks_modifiers },
{ "ipc/runtime-path", ipc_runtime_path },
{ "ipc/response-pack-boundaries", ipc_response_pack_boundaries },
{ "ipc/response-empty-preedit", ipc_response_empty_and_preedit },
{ "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 },
};
void