zephyr/samples/microkernel/test/test_rand32/README.txt
Peter Mitsis 5fe44f42ba Update Title in sample project README.txt files
Assigns more descriptive titles to the sample project README.txt files.

Change-Id: I4a0efdac481a8ed75a847871dbfe686e74a9f113
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:15:21 -05:00

31 lines
847 B
Plaintext

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