zephyr/tests/kernel/threads/lifecycle/lifecycle_api/src/Makefile
Anas Nashif 204e782c15 tests: threads_lifecycle/ -> threads/lifecycle
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-06-19 09:01:14 -04:00

4 lines
138 B
Makefile

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