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>
4 lines
114 B
Makefile
4 lines
114 B
Makefile
include $(ZEPHYR_BASE)/tests/Makefile.test
|
|
|
|
obj-y = main.o test_fifo_contexts.o test_fifo_fail.o test_fifo_loop.o
|