zephyr/tests/kernel/mutex/mutex
Anas Nashif b8e2ed02b0 tests: kernel: mutex: minor rework
Rename task -> thread and use main as the entry thread saving 512
bytes of RAM.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-24 14:49:24 -04:00
..
src tests: kernel: mutex: minor rework 2017-08-24 14:49:24 -04:00
Makefile tests: kernel: port mutex/priority inheritance test to unified 2017-02-03 05:19:46 +00:00
prj.conf tests: kernel: mutex: minor rework 2017-08-24 14:49:24 -04:00
README.txt tests: kernel: port mutex/priority inheritance test to unified 2017-02-03 05:19:46 +00:00
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00

Title: Mutex APIs

Description:

This test verifies that the kernel mutex APIs operate as expected.

--------------------------------------------------------------------------------

Building and Running Project:

This project outputs to the console.  It can be built and executed
on QEMU as follows:

    make run

--------------------------------------------------------------------------------

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

--------------------------------------------------------------------------------

Sample Output:

***** BOOTING ZEPHYR OS vxxxx - BUILD: xxxxx *****
tc_start() - Test kernel Mutex API
===================================================================
Done LOCKING!  Current priority = 5
Testing recursive locking
Recursive locking tests successful
===================================================================
PASS - RegressionTask.
===================================================================
PROJECT EXECUTION SUCCESSFUL