zephyr/samples/microkernel/test/test_rand32
Anas Nashif bbe84f8ae5 Use ccflags-y and asflags-y instead of EXTRA_CFLAGS
According to section 3.7 of Documentation/kbuild/makefiles.txt, using
EXTRA_CFLAGS in Makefiles is "still supported but their usage is
deprecated." However, using make EXTRA_CFLAGS="-DSOMETHING" results in
EXTRA_CFLAGS from Makefiles being overwritten, obviously breaking the
build.  This patch converts to them to the newer ccflags-y which also
fixes the problem.

Change-Id: I6309439599d4c9cc184f9ecd941bde841982ef07
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:14:14 -05:00
..
src Use ccflags-y and asflags-y instead of EXTRA_CFLAGS 2016-02-05 20:14:14 -05:00
Makefile Add random number API test 2016-02-05 20:14:12 -05:00
prj.conf Add random number API test 2016-02-05 20:14:12 -05:00
prj.vpf Add random number API test 2016-02-05 20:14:12 -05:00
README.txt Add random number API test 2016-02-05 20:14:12 -05:00

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.
===================================================================
VXMICRO PROJECT EXECUTION SUCCESSFUL