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
2182178bae
zephyr
/
tests
/
kernel
/
common
/
prj.conf
5 lines
62 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_PRINTK=y
CONFIG_SYS_LOG=y
tests/kernel/common: add test to verify same tick timeout expiry order Timeouts, when expiring on the same tick, should be handled in the same order they were queued. Change-Id: I23a8e971a47ca056b32b8b48fe179d481bae27c0 Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
2017-02-16 11:26:28 +08:00
CONFIG_POLL=y