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
fe8d044d9a
zephyr
/
tests
/
kernel
/
test_common
/
prj.conf
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: move individual common tests into one test We have many tests that are being built as stand-alone binaries for no good reason. Those can be put in one single test to speed up testing and CI verification. Currently we do support the following in test_common: - byteorder - printk - intmath - slist - atomic - ring_buf In addition, the test now uses the ztest framework. Change-Id: I656ac7f4acf48b7de4ec81c9f5dafc9dea3da911 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-10-31 03:06:06 +08:00
CONFIG_ZTEST=y
CONFIG_RING_BUFFER=y
CONFIG_PRINTK=y
CONFIG_SYS_LOG=y
tests: common: add rand32 test Change-Id: I499586a3be1f9794b68b5cf2e5047a762ea11104 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-10-31 19:54:42 +08:00
CONFIG_TEST_RANDOM_GENERATOR=y