fdt: dtoc: Add a full set of property tests
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:21 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:16:47 +0000 (10:16 -0600)
commit4a28b007031404f5cf0a18e0b79d1e6f7ec982b0
treef83b21c85eeed7270c4a26ad683240c493ac090e
parent1d88ebb2702d54f04ecda1899e43bb9fb06dad3a
fdt: dtoc: Add a full set of property tests

The tests don't currently cover all the different property types. Add a
new test which checks each property type in turn, to make sure each has
the correct type and value.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/fdt_test.py
tools/binman/test/45_prop_test.dts [new file with mode: 0644]