This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
bd6e04411e
zephyr
/
tests
/
crypto
/
rand32
/
prj.conf
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/kernel/common: Random32 test update for entropy subsystem Modified the testcase for comparing the successive random numbers generated by sys_rand32_get(). Also, added new configs for verifying different sources of random number generation. Signed-off-by: Praful Swarnakar <praful.swarnakar@intel.com>
2017-11-21 00:15:47 +08:00
CONFIG_ZTEST=y
tests: crypto: use CONFIG_LOG Use CONFIG_LOG instead of old CONFIG_SYS_LOG. The drivers in questions already moved to new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-09 03:53:23 +08:00
CONFIG_LOG=y
tests/kernel/common: Random32 test update for entropy subsystem Modified the testcase for comparing the successive random numbers generated by sys_rand32_get(). Also, added new configs for verifying different sources of random number generation. Signed-off-by: Praful Swarnakar <praful.swarnakar@intel.com>
2017-11-21 00:15:47 +08:00
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y