Home | History | Annotate | Download | only in tests
      1 # Test whether unstrip can combine a stripped kernel object that has
      2 # limited .symtab/.strtab data, with a separate .debuginfo binary that
      3 # has full .symtab/.strtab data.
      4 #
      5 # This was generated as part of a Chromium OS kernel build:
      6 #
      7 #   emerge-kevin chromeos-kernel-4_4
      8 #
      9 # Setup instructions:
     10 #
     11 #   https://www.chromium.org/chromium-os/developer-guide
     12 #   https://www.chromium.org/chromium-os/how-tos-and-troubleshooting/kernel-faq
     13 
     14 original=testfile-strtab
     15 stripped=testfile-strtab.stripped
     16 debugfile=testfile-strtab.debuginfo
     17 
     18 . $srcdir/run-unstrip-test.sh
     19