test: Add test for partitions
authorSean Anderson <sean.anderson@seco.com>
Mon, 12 Apr 2021 22:53:07 +0000 (18:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 22 Apr 2021 18:09:45 +0000 (14:09 -0400)
commit535e700b9db908e0b1afba7719090e315299b9c2
tree4459819dc11c912d5d53198297dfd93a2b6b6fde
parentfe5a50910a64d8773fcd1454631d28da72319f28
test: Add test for partitions

This is technically a library function, but we use MMCs for testing, so
it is easier to do it with DM. At the moment, the only block devices in
sandbox are MMCs (AFAIK) so we just test with those.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
test/dm/Makefile
test/dm/part.c [new file with mode: 0644]