zephyr/tests/kernel/threads/lifecycle/lifecycle_api/prj.conf
Spoorthi K b1ba49be7c tests: kernel: Verify the call to abort handler
The test sets a abort handler and checks if it is called
when the thread is aborted.

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-02-23 13:45:51 -05:00

4 lines
69 B
Plaintext

CONFIG_ZTEST=y
CONFIG_THREAD_MONITOR=y
CONFIG_HEAP_MEM_POOL_SIZE=256