zephyr/samples/microkernel/test/test_rand32
Allan Stephens 815c6406bc Rename VPF files to use MDEF file extension
The file extension indicates a "Microkernel DEFinitions" file,
and no longer reflects the obsolete VxMicro/Viper branding.

Change-Id: Ib95b271404a4a4737e851d603c371244fa609e4d
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:15 -05:00
..
src Eliminate VxMicro branding in main application include file 2016-02-05 20:14:15 -05:00
Makefile Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
README.txt Eliminate VxMicro branding in sample project output 2016-02-05 20:14:15 -05:00
prj.conf Add random number API test 2016-02-05 20:14:12 -05:00
prj.mdef Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00

README.txt

Title: Microkernel random number generator test suite

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 microkernel.qemu

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

Sample Output:

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