commit | 76b4e4f91750161550bed62e61a49b13b5dfb542 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Fri Oct 16 13:19:29 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 07 21:50:14 2020 -0500 |
tree | c9603da5b7f422baf87d08e90ba76f122811efb7 | |
parent | e95db3a366db84a80663c7ba70d47b4486432032 [diff] |
tests/kernel/mem_protect: Remove mem_pool test case The sys_mem_pool data structure is going away. And this test case didn't actually do much. All it did was create a sys_mem_pool in the app data section (I guess that's the "mem_protect" part?) and validate that it was usable. We have tests for sys_heap to do that already elsewhere anyway; no point in porting. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>