mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:52:47 +00:00
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> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README | ||
testcase.yaml |
$ 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