zephyr/tests/legacy/kernel/test_sema/microkernel
Genaro Saucedo Tejada eeea5de171 fix: change group name on debug setting
Debug setting is using another mdef file that was no changed by
commit 5b1b2d6123

Change-Id: I406b45e37a112352c88629cf7d494c70784930aa
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-11-10 18:31:14 -06:00
..
src tests: test_sema: rename task group from TEST to TESTGROUP 2016-11-09 18:33:25 +00:00
debug.mdef fix: change group name on debug setting 2016-11-10 18:31:14 -06:00
Makefile sanity: add DEBUG setting for test_sema 2016-11-08 01:23:36 +00:00
prj.conf tests: move kernel tests to tests/legacy 2016-11-01 13:42:17 -04:00
prj.mdef tests: test_sema: rename task group from TEST to TESTGROUP 2016-11-09 18:33:25 +00:00
README.txt tests: move kernel tests to tests/legacy 2016-11-01 13:42:17 -04:00
testcase.ini sanity: add DEBUG setting for test_sema 2016-11-08 01:23:36 +00:00

Title: Semaphore APIs

Description:

This test verifies that the microkernel semaphore APIs operate as expected.

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

Building and Running Project:

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

    make qemu

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

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:

Starting semaphore tests
===================================================================
Signal and test a semaphore without blocking
Signal and test a semaphore with blocking
Testing many tasks blocked on the same semaphore
Testing semaphore groups without blocking
Testing semaphore groups with blocking
Testing semaphore release by fiber
===================================================================
PROJECT EXECUTION SUCCESSFUL