zephyr/tests/kernel/irq_offload
Anas Nashif 704f879f8a tests: ztest: call test_main() without arguments
Arguments are not needed and in some cases are being set as unused in
the same function. The test_main function is called from ztest main
routine without any arguments.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-24 09:29:14 -07:00
..
src tests: ztest: call test_main() without arguments 2017-08-24 09:29:14 -07:00
Makefile tests: kernel: import irq_offload test from legacy 2017-01-31 12:20:50 +00:00
prj.conf tests: irq_offload: Convert test case to use ztest 2017-08-01 08:46:48 -04:00
README tests: kernel: import irq_offload test from legacy 2017-01-31 12:20:50 +00:00
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00

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.