zephyr/tests/kernel/systhreads
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
README doc: qemu target was deprecated, use 'run' 2017-08-03 11:48:55 -04:00
prj.conf tests: do not build with legacy API enabled 2017-03-29 16:02:45 -04:00
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00

README

$ make run

Running test suite test_systhreads
tc_start() - test_systhreads_main
===================================================================
PASS - test_systhreads_main.
tc_start() - test_systhreads_idle
===================================================================
PASS - test_systhreads_idle.
===================================================================
PROJECT EXECUTION SUCCESSFUL