commit | 6da06a0338d2bc860a61f9ced4f8de72b4ed9963 | [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 | bb56da117fe608f4da2a62eb93c4457b2f485c72 [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>