aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 7348c9c..e240356 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -448,6 +448,11 @@ libfdt_tests () {
run_test check_header test_tree1.dtb
+ rm -rf fstree
+ mkdir fstree
+ echo -n "foo" > fstree/non_empty_prop
+ run_dtc_test -I fs -O dts fstree
+
# check full tests
for good in test_tree1.dtb; do
run_test check_full $good