commit | a4c28f70bf856d35c295af78aa6de9c6bb293c15 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Jan 31 15:15:13 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 08 07:04:30 2019 -0500 |
tree | 1d9641c7c6fbcebbcd9640ef408477c9819262ea | |
parent | 84c808918b24124f3c339a7edcc1cd4dd802d8bc [diff] |
ztest: setup a default app memory domain If CONFIG_APP_SHARED_MEM is enabled, ztest will set up a default memory domain with a single partition on startup. Test case globals may be added to the partition via ZTEST_BMEM/ZTEST_DMEM macros, add their own partitions, or leave the domain and join another one. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>