zephyr/tests/kernel/threads/thread_apis/src
Rubin Gerritsen 8799ab1ec2 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>
2024-06-14 19:25:42 +02:00
..
main.c kernel: move thread related helper function kthread.h 2024-04-01 18:47:36 -04:00
test_essential_thread.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
test_kthread_for_each.c test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
test_threads_cancel_abort.c tests/kernel/threads: Augment abort_from_isr test to detect FMW 2024-05-02 13:55:03 -04:00
test_threads_cpu_mask.c
test_threads_set_priority.c tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_threads_spawn.c
test_threads_suspend_resume.c test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
tests_thread_apis.h