Re: [PATCH v4 5/7] tests/unit/test-util-sockets: Add tests for inet_parse()

2025-05-19 Thread Daniel P . Berrangé
On Fri, May 16, 2025 at 05:56:57PM +0200, Juraj Marcin wrote: > From: Juraj Marcin > > Before refactoring the inet_parse() function, this patch adds tests > verifying the inet address parsing works correctly. > > Signed-off-by: Juraj Marcin > --- > tests/unit/test-util-sockets.c | 161

[PATCH v4 5/7] tests/unit/test-util-sockets: Add tests for inet_parse()

2025-05-16 Thread Juraj Marcin
From: Juraj Marcin Before refactoring the inet_parse() function, this patch adds tests verifying the inet address parsing works correctly. Signed-off-by: Juraj Marcin --- tests/unit/test-util-sockets.c | 161 + 1 file changed, 161 insertions(+) diff --git a/tes