zephyr/tests/kernel/irq_offload
Punit Vara e379aed0f2 tests: irq_offload: Convert test case to use ztest
This patch reduces unnecessary output on console. Those things
are replaced by ztest framework APIs

Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-08-01 08:46:48 -04:00
..
src tests: irq_offload: Convert test case to use ztest 2017-08-01 08:46:48 -04:00
Makefile
README
prj.conf tests: irq_offload: Convert test case to use ztest 2017-08-01 08:46:48 -04:00
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00

README

This test case verifies the correctness of irq_offload(), an important
routine used in many other test cases for running a function in interrupt
context, on the IRQ stack.