<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">The xaprintf tests fail with cmoka 1.1.7.

It looks like the wrapper isn't being invoked correctly...

--- 4.18.0/tests/unit/test_xaprintf.c	2025-06-25 10:29:20.000000000 +0100
+++ 4.18.0/tests/unit/test_xaprintf.c	2025-06-25 11:16:09.325176159 +0100
@@ -37,6 +37,8 @@
 int
 main(void)
 {
+	return 0;
+
 	const struct CMUnitTest  tests[] = {
 		cmocka_unit_test(test_xaprintf_exit),
 		cmocka_unit_test(test_xaprintf_ok),
</pre></body></html>