mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 04:32:41 +00:00
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> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
prj.mdef | ||
README.txt | ||
testcase.ini |
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