| commit | 99fd6d4f4e172e713e0614bb52e3497f802f4fef | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Tue Oct 14 19:12:14 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 16 15:05:07 2025 -0400 |
| tree | de503cd0a9fa89aabe52e635a3a3c0a694abddcb | |
| parent | 6e0acef0cf54fcd0ecc8914410ba7dd4268bafe2 [diff] |
ztest: Add validation of zassert strings Add __printf_like attribute to ztest assertion functions zassert, zassume, zexpect to validate format strings and arguments at compile time. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>