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 build: move from srctree to ZEPHYR_BASE for app include paths 2016-06-30 14:36:39 +00: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 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