commit | 80123899c1e129708228676a96f9286ba042fc45 | [log] [tgz] |
---|---|---|
author | Maksim Masalski <maksim.masalski@intel.com> | Fri Nov 13 23:26:34 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 26 14:18:09 2020 +0100 |
tree | 7558a93236bc555c8aa6fe6dde2ebb8e151d3b69 | |
parent | e6300bee2dd29ca392b573d55bb93b614028c30e [diff] |
tests: add test to verify assertion cathes overlapped partitions When adding the new partition to a memory domain the system must assert that it does not overlap with any other existing partitions in the domain. Test to add new partition which has same start address as an existing one, after that must happen an assertion error indicating that new partition overlaps existing one. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>