zephyr/tests/kernel/test_rand32
Anas Nashif d746f2726f test_rand32: only microkernel version exist
eliminate one directory level since we only have one kernel variant.
Remove one level in the hierarchy.

Change-Id: I0924b5a40357b1a892f7ed3ecf512f617edc99a3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00
..
src test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
Makefile test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
README.txt test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
prj.conf test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
prj.mdef test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
testcase.ini test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00

README.txt

Title: Random Number Generator APIs

Description:

This test verifies the following random number APIs operate
as expected:
sys_rand32_get()

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

Building and Running Project:

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

    make pristine
    make qemu

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

Sample Output:

Starting random number tests
===================================================================
Generating random numbers
Generated 10 values with expected randomness
===================================================================
PASS - RegressionTaskEntry.
===================================================================
PROJECT EXECUTION SUCCESSFUL