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 99b8e010..f5afd644 100755
--- a/debug_info_test/debug_info_test.py
+++ b/debug_info_test/debug_info_test.py
@@ -8,11 +8,13 @@ import os
import subprocess
import sys
+import check_icf
import check_cus
import check_exist
elf_checks = [check_exist.check_exist_all,
- check_cus.check_compile_units]
+ check_cus.check_compile_units,
+ check_icf.check_identical_code_folding]
def scanelf(root):
"""find ELFs in root