zephyr/tests/kernel/queue/src
Daniel Leung cd3e5b561d tests/kernel: kernel.queue.poll: fails if MAX_THREAD_BYTES > 2
The kernel.queue.poll test fails if CONFIG_MAX_THREAD_BYTES is larger
than 2, complaining about no memory for semaphore object. Turns out
the memory pool is not large enough. So make it a bit larger.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2018-08-09 09:20:14 -07:00
..
main.c tests: queue: Enhance tests to improve coverage 2018-07-24 19:28:36 -04:00
test_queue_contexts.c tests: queue: Enhance tests to improve coverage 2018-07-24 19:28:36 -04:00
test_queue_fail.c tests: queue: Add description and doxygen groups 2018-07-24 11:54:41 -04:00
test_queue_loop.c tests: queue: Add description and doxygen groups 2018-07-24 11:54:41 -04:00
test_queue_user.c tests/kernel: kernel.queue.poll: fails if MAX_THREAD_BYTES > 2 2018-08-09 09:20:14 -07:00
test_queue.h tests: queue: Enhance tests to improve coverage 2018-07-24 19:28:36 -04:00