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 eda6d5c..4513950 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -60,6 +60,15 @@ main() {
run_test_case \
"node_ordering" \
"Run test about node ordering"
+ run_test_case \
+ "base_no_symbols" \
+ "Run test about base dtb without __symbols__"
+ run_test_case \
+ "overlay_no_symbols" \
+ "Run test about overlay dtb without __symbols__"
+ run_test_case \
+ "empty_overlay" \
+ "Run test about overlaying with empty base and overlay dt"
)
if [ $? -ne 0 ]; then