summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc_test_simple.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-07-06 10:27:28 -0600
committerSimon Glass <sjg@chromium.org>2018-07-09 09:11:00 -0600
commit2a2d91d0d6fbe4f5c0f336a75ff42dcf7b49a774 (patch)
tree1c96cd8eda6da21219a377019c8ce7173489b0f6 /tools/dtoc/dtoc_test_simple.dts
parent960662404f492e7088e5a91833dfb0c19ef5450e (diff)
dtoc: Update fdt tests to increase code coverage
At present only some of the fdt functionality is tested. Add more tests to cover the rest of it. Also turn on test coverage, which is now 100% with a small exclusion for a Python 3 feature. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/dtoc/dtoc_test_simple.dts')
-rw-r--r--tools/dtoc/dtoc_test_simple.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dtoc/dtoc_test_simple.dts b/tools/dtoc/dtoc_test_simple.dts
index 895cc1fea28..165680bd4bf 100644
--- a/tools/dtoc/dtoc_test_simple.dts
+++ b/tools/dtoc/dtoc_test_simple.dts
@@ -21,6 +21,7 @@
longbytearray = [09 0a 0b 0c 0d 0e 0f 10 11];
stringval = "message";
stringarray = "multi-word", "message";
+ notstring = [20 21 22 10 00];
};
spl-test2 {