commit | 8799ab1ec2fa9b61f3f0d9e40fcc3c3c3ee059d8 | [log] [tgz] |
---|---|---|
author | Rubin Gerritsen <rubin.gerritsen@nordicsemi.no> | Tue Jun 11 14:39:44 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Jun 14 19:25:42 2024 +0200 |
tree | 451cbe34affe7f4931239bba1af58db04b01d864 | |
parent | 470a0fcaa531e521ce1bd171d2c0864ca8d4f815 [diff] |
test: Apply semantic patch file ztest_strcmp.cocci This patch file updates the use of assertion macros comparing strings. Command line used: ``` ./scripts/coccicheck --mode=patch \ --cocci=scripts/coccinelle/ztest_strcmp.cocci tests/ ``` Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>