zephyr/tests/kernel/msgq/msgq_api
Andrew Boie bcd3803180 tests: msgq: run in user mode when possible
Unnecessary k_thread_abort() removed from test_msgq_purge_when_put.

A single global msgq object is now shared instead of being declared
on thread stacks, except for an ISR test case which has had its
semaphore renamed.

Moved k_sem_init() call from msgq_thread() to test_msgq_thread()
to fix a race condition.

userspace tag added to testcase.yaml.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-19 15:07:45 -07:00
..
src tests: msgq: run in user mode when possible 2017-10-19 15:07:45 -07:00
Makefile tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
prj.conf tests: add zephyr message queue test case with unified kernel 2016-12-24 15:16:05 +00:00
testcase.yaml tests: msgq: run in user mode when possible 2017-10-19 15:07:45 -07:00