summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-19 11:18:02 -0600
committerDavid Gibson <david@gibson.dropbear.id.au>2017-08-21 10:18:25 +1000
commit62d812308d11f68a22f50e1852c425dac36edf52 (patch)
tree2b1528af9ca704aa528effe724189fe2bd6279d3
parent5bed86aee9e82cd8467560a9a39358943aaa4ad9 (diff)
downloaddevice-tree-compiler-62d812308d11f68a22f50e1852c425dac36edf52.tar.gz
README: Add a note about test_tree1.dts
Add a little note in the README about something which confused me. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 17dc845..15232ab 100644
--- a/README
+++ b/README
@@ -73,6 +73,17 @@ More work remains to support all of libfdt, including access to numeric
values.
+Tests
+-----
+
+Test files are kept in the tests/ directory. Use 'make check' to build and run
+all tests.
+
+If you want to adjust a test file, be aware that tree_tree1.dts is compiled
+and checked against a binary tree from assembler macros in trees.S. So
+if you change that file you must change tree.S also.
+
+
Mailing list
------------
The following list is for discussion about dtc and libfdt implementation