zephyr/tests/kernel/threads/thread_apis/src
Michał Barnaś dae8efa692 ztest: remove the obsolete NULL appended to zassert macros
This commit removes the usage of NULL parameter as message in
zassert_* macros after making it optional

Signed-off-by: Michał Barnaś <mb@semihalf.com>
2022-09-09 07:05:38 -04:00
..
main.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_essential_thread.c kernel: thread: move thread api testcase to new ztest 2022-08-12 17:39:03 +02:00
test_kthread_for_each.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_threads_cancel_abort.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_threads_cpu_mask.c kernel: thread: move thread api testcase to new ztest 2022-08-12 17:39:03 +02:00
test_threads_set_priority.c kernel: thread: move thread api testcase to new ztest 2022-08-12 17:39:03 +02:00
test_threads_spawn.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_threads_suspend_resume.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
tests_thread_apis.h