zephyr/tests/kernel/test_rand32
Allan Stephens 0cdcc6c08c unified: Extend unified kernel sanity test coverage
Updates unified kernel sanity test to include more
applications that are known to work properly.

Change-Id: Ice15bd1034f92269ef6ce9e3cd08599497814bd8
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-11 09:54:44 -05:00
..
src
Makefile
README.txt
prj.conf
prj.mdef
testcase.ini unified: Extend unified kernel sanity test coverage 2016-10-11 09:54: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