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
dbff5861c4
zephyr
/
tests
/
lib
/
c_lib
/
prj.conf
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tests: libc: Improve code coverage Add test cases for libc module APIs. Signed-off-by: shixiongx zhang <shixiongx.zhang@intel.com>
2021-03-04 14:31:06 +08:00
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_FATAL_HOOK=y
tests: c_lib: Add tests for rand() and srand() - simple tests for each function - a reproducibility test for rand with the same seed values Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
2021-05-06 11:03:33 +08:00
CONFIG_MINIMAL_LIBC_RAND=y