summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-18 21:24:32 +1000
committerDavid Gibson <david@gibson.dropbear.id.au>2014-06-18 21:24:48 +1000
commit76a65b14d1bb10f300f518c11aed231575521c2e (patch)
tree08db9c0d2b4e7c032e03a17401dec2071c4045d9 /Makefile
parentc78ca72e1e89714a7a62a85035e5c505c8ba51f0 (diff)
downloaddevice-tree-compiler-76a65b14d1bb10f300f518c11aed231575521c2e.tar.gz
Add a basic test for fdtdump
We can test fdtdump by comparing its output with the source file that was compiled by dtc. Add a simple test that should at least catch regressions in basic functionality. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86f5ab3..03644dd 100644
--- a/Makefile
+++ b/Makefile
@@ -211,6 +211,7 @@ TESTS_BIN += dtc
TESTS_BIN += convert-dtsv0
TESTS_BIN += fdtput
TESTS_BIN += fdtget
+TESTS_BIN += fdtdump
include tests/Makefile.tests