zephyr/tests/kernel/mutex/mutex_api/src/Makefile
jing wang 7553b4688b tests: add mutex api test cases which use unified kernel
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>
2016-12-24 15:16:03 +00:00

4 lines
77 B
Makefile

include $(ZEPHYR_BASE)/tests/Makefile.test
obj-y = main.o test_mutex_apis.o