TestPurpose: verify API thread safe in multi-threads environment. Thread safe test is explained with more details here: https://gerrit.zephyrproject.org/r/#/c/9464/7/ test_mpool_threadsafe.c Please comment if you think it necessary as an extensive kernel test. Jira: ZEP-1209 Change-Id: I52a7ff393d72785622c047289e7d92286e131cc7 Signed-off-by: Sharron LIU <sharron.liu@intel.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.test
|