the commit cover basic message queue api testing across contexts and some typical scenario Change-Id: I82bb0c6a5df9d4436f5a98f78d1ad989e32282c8 Signed-off-by: jing wang <jing.j.wang@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
4 lines
115 B
Makefile
4 lines
115 B
Makefile
include $(ZEPHYR_BASE)/tests/Makefile.test
|
|
|
|
obj-y = main.o test_msgq_contexts.o test_msgq_fail.o test_msgq_purge.o
|