summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@linaro.org>2022-10-11 11:26:11 -0700
committerDavid Gibson <david@gibson.dropbear.id.au>2022-10-12 10:49:36 +1100
commit55778a03df61623ddd743b04772ab90ce128db61 (patch)
tree8277fa877d0b1af820b594a7783b35d6a8914de8 /tests/Makefile.tests
parent73590342fc85ca207ca1e6cbc110179873a96962 (diff)
downloaddevice-tree-compiler-55778a03df61623ddd743b04772ab90ce128db61.tar.gz
libfdt: tests: add get_next_tag_invalid_prop_len
Add a new test get_next_tag_invalid_prop_len, which covers fdt_next_tag(), when it is passed an corrupted blob, with invalid property len values. The test runs twice, on a blob in sw and finished state. Signed-off-by: Tadeusz Struk <tadeusz.struk@linaro.org> Message-Id: <20221011182611.116011-2-tadeusz.struk@linaro.org> 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 2d36c5d..2c5b4c9 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -4,7 +4,7 @@ LIB_TESTS_L = get_mem_rsv \
get_path supernode_atdepth_offset parent_offset \
node_offset_by_prop_value node_offset_by_phandle \
node_check_compatible node_offset_by_compatible \
- get_alias \
+ get_alias get_next_tag_invalid_prop_len \
char_literal \
sized_cells \
notfound \