From 3e8fdc228df1ef233d0c578207fde76d3ad9559a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 Apr 2019 10:48:21 -0700 Subject: file: add test ELF binaries. We keep regressing on this, and the ELF stuff is quite complicated, so even though checking in binaries isn't my first choice, this seems like a good use of 20KiB... --- tests/files/elf/ndk-elf-note-full | Bin 0 -> 9824 bytes tests/files/elf/ndk-elf-note-short | Bin 0 -> 10976 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 tests/files/elf/ndk-elf-note-full create mode 100755 tests/files/elf/ndk-elf-note-short (limited to 'tests/files') diff --git a/tests/files/elf/ndk-elf-note-full b/tests/files/elf/ndk-elf-note-full new file mode 100755 index 00000000..da186122 Binary files /dev/null and b/tests/files/elf/ndk-elf-note-full differ diff --git a/tests/files/elf/ndk-elf-note-short b/tests/files/elf/ndk-elf-note-short new file mode 100755 index 00000000..d2304250 Binary files /dev/null and b/tests/files/elf/ndk-elf-note-short differ -- cgit v1.2.3