aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/debug_info_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_info_test/debug_info_test.py')
-rwxr-xr-xdebug_info_test/debug_info_test.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/debug_info_test/debug_info_test.py b/debug_info_test/debug_info_test.py
index cf3148db..99b8e010 100755
--- a/debug_info_test/debug_info_test.py
+++ b/debug_info_test/debug_info_test.py
@@ -9,8 +9,10 @@ import subprocess
import sys
import check_cus
+import check_exist
-elf_checks = [check_cus.check_compile_units]
+elf_checks = [check_exist.check_exist_all,
+ check_cus.check_compile_units]
def scanelf(root):
"""find ELFs in root