aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2008-02-18 16:09:25 +1100
committerJon Loeliger <jdl@freescale.com>2008-02-18 08:21:52 -0600
commita90b5905fede1ebd2d6365103cc1d9b78f76217c (patch)
tree607c51340b050358680a85c65feb54dcf5105b9e /tests/Makefile.tests
parentd8b69426662f29f0cdaf67d380a0b366ba420abd (diff)
downloaddtc-a90b5905fede1ebd2d6365103cc1d9b78f76217c.zip
dtc-a90b5905fede1ebd2d6365103cc1d9b78f76217c.tar.gz
dtc-a90b5905fede1ebd2d6365103cc1d9b78f76217c.tar.bz2
libfdt: More tests of NOP handling behaviour
In light of the recently discovered bug with NOP handling, this adds some more testcases for NOP handling. Specifically, it adds a helper program which will add a NOP tag after every existing tag in a dtb, and runs the standard battery of tests over trees mangled in this way. For now, this does not add a NOP at the very beginning of the structure block. This causes problems for libfdt at present, because we assume in many places that the root node's BEGIN_NODE tag is at offset 0. I'm still contemplating what to do about this (with one option being simply to declare such dtbs invalid). Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 15a5ebb..830d0a9 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -7,7 +7,7 @@ LIB_TESTS_L = get_mem_rsv \
notfound \
setprop_inplace nop_property nop_node \
sw_tree1 \
- move_and_save mangle-layout \
+ move_and_save mangle-layout nopulate \
open_pack rw_tree1 set_name setprop del_property del_node \
string_escapes references path-references \
dtbs_equal_ordered \