[fdt] Add basic tests for reading values from a flattened device tree

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-14 13:40:31 +01:00
parent db49346177
commit b1125007ca
2 changed files with 228 additions and 0 deletions

View File

@@ -90,3 +90,4 @@ REQUIRE_OBJECT ( p256_test );
REQUIRE_OBJECT ( p384_test );
REQUIRE_OBJECT ( efi_siglist_test );
REQUIRE_OBJECT ( cpio_test );
REQUIRE_OBJECT ( fdt_test );