summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index f80029a..2215e8a 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -445,6 +445,15 @@ libfdt_tests () {
run_wrap_error_test $DTC -I dtb -O dts -o /dev/null ovf_size_strings.dtb
run_test check_header test_tree1.dtb
+
+ # check full tests
+ for good in test_tree1.dtb; do
+ run_test check_full $good
+ done
+ for bad in truncated_property.dtb truncated_string.dtb \
+ truncated_memrsv.dtb; do
+ run_test check_full -n $bad
+ done
}
dtc_tests () {