zephyr/tests/kernel/msgq/msgq_api/src/Makefile
jing wang 333e8d985d tests: add zephyr message queue test case with unified kernel
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>
2016-12-24 15:16:05 +00:00

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