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

@@ -65,5 +65,10 @@ void dictionary_misses_clear_result(struct ct*);
void dictionary_emoji_identity(struct ct*);
void ipc_masks_modifiers(struct ct*);
void ipc_runtime_path(struct ct*);
void ipc_response_pack_boundaries(struct ct*);
void ipc_response_empty_and_preedit(struct ct*);
void ipc_response_max_and_drain(struct ct*);
void ipc_response_fragmented_and_truncated(struct ct*);
void ipc_broken_peer_send(struct ct*);
#endif