From: Petr Machata Date: Tue, 12 Oct 2010 11:37:53 +0000 (+0200) Subject: dwarflint: Add a test case for no aranges table associated with CU X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75b2d5e6468c52ac542b9bc862fa22b2be13c568;p=thirdparty%2Felfutils.git dwarflint: Add a test case for no aranges table associated with CU - for CU that has a zero address range --- diff --git a/dwarflint/tests/check_debug_info_refs-2.bz2 b/dwarflint/tests/check_debug_info_refs-2.bz2 new file mode 100644 index 000000000..047492921 Binary files /dev/null and b/dwarflint/tests/check_debug_info_refs-2.bz2 differ diff --git a/dwarflint/tests/run-check_debug_info_refs.sh b/dwarflint/tests/run-check_debug_info_refs.sh index a1f80a8f9..88cdcb04b 100755 --- a/dwarflint/tests/run-check_debug_info_refs.sh +++ b/dwarflint/tests/run-check_debug_info_refs.sh @@ -27,7 +27,7 @@ srcdir=$srcdir/tests -testfiles check_debug_info_refs-1 +testfiles check_debug_info_refs-{1,2} testrun_compare ./dwarflint --check=check_debug_info_refs check_debug_info_refs-1 <