commit | 5a4200538fdc0d48d040afbec9fe93f8e5bebce0 | [log] [tgz] |
---|---|---|
author | Tobias Waldekranz <tobias@waldekranz.com> | Thu Feb 16 16:33:53 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 10:54:47 2023 -0400 |
tree | 9ce358651f9b93bcc30469cb93784b1017aa8aee | |
parent | 91ec259c01e6465c39f8252ec598e39c3d640322 [diff] |
test: blkmap: Add test suite Verify that: - Block maps can be created and destroyed - Mappings aren't allowed to overlap - Multiple mappings can be attached and be read/written from/to Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Reviewed-by: Simon Glass <sjg@chromium.org>