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
4504e04ce0
zephyr
/
tests
/
kernel
/
fifo
/
fifo_api
/
prj.conf
4 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add fifo/lifo test cases with unified kernel Add fifo/fifo test cases with unified kernel, which cover basic apis across differnt contexts - thread and isr Change-Id: Icb61d3dcd564167b0bd70419c652e0b000869959 Signed-off-by: jing wang <jing.j.wang@intel.com>
2016-11-14 16:59:07 +08:00
CONFIG_ZTEST=y
CONFIG_IRQ_OFFLOAD=y
tests: kernel: fifo_api: move to new ztest API Move tests/kernel/fifo/fifo_api/ to use new ztest API. Signed-off-by: Guo Lixin <lixinx.guo@intel.com>
2022-07-05 16:12:41 +08:00
CONFIG_ZTEST_NEW_API=y