add unified kernel mutext test cases which covere basic mutex apis under different conditions - timeout, no_wait, forever Change-Id: Iaab5bba80a6eebd89bfe675352d67b27024ad7bb Signed-off-by: jing wang <jing.j.wang@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
4 lines
77 B
Makefile
4 lines
77 B
Makefile
include $(ZEPHYR_BASE)/tests/Makefile.test
|
|
|
|
obj-y = main.o test_mutex_apis.o
|