diff options
author | Elliott Hughes <enh@google.com> | 2019-04-25 10:48:21 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-26 00:40:51 -0500 |
commit | 3e8fdc228df1ef233d0c578207fde76d3ad9559a (patch) | |
tree | ed8afc0f28214eef4623ffb044bf1276d56ee771 /tests/files | |
parent | 8bc59e09eebe64e1234a922e030180a88be48046 (diff) | |
download | toybox-3e8fdc228df1ef233d0c578207fde76d3ad9559a.tar.gz |
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...
Diffstat (limited to 'tests/files')
-rwxr-xr-x | tests/files/elf/ndk-elf-note-full | bin | 0 -> 9824 bytes |
-rwxr-xr-x | tests/files/elf/ndk-elf-note-short | bin | 0 -> 10976 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/files/elf/ndk-elf-note-full b/tests/files/elf/ndk-elf-note-full Binary files differnew file mode 100755 index 00000000..da186122 --- /dev/null +++ b/tests/files/elf/ndk-elf-note-full diff --git a/tests/files/elf/ndk-elf-note-short b/tests/files/elf/ndk-elf-note-short Binary files differnew file mode 100755 index 00000000..d2304250 --- /dev/null +++ b/tests/files/elf/ndk-elf-note-short |