Skip to content

Commit

Permalink
tests: add arm thumb test
Browse files Browse the repository at this point in the history
  • Loading branch information
face0xff committed Jan 22, 2025
1 parent d5eeef5 commit 9edc6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified test-suite-binaries/ref_output.bz2
Binary file not shown.
2 changes: 2 additions & 0 deletions test-suite-binaries/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ echo "RUN Linux_lib64.so --offset 0xdeadbeef00000000" | tee -a ./test_output
$RUN --binary ./Linux_lib64.so --offset 0xdeadbeef00000000 1>> ./test_output
echo "RUN elf-ARMv7-ls --depth 5" | tee -a ./test_output
$RUN --binary ./elf-ARMv7-ls --depth 5 1>> ./test_output
echo "RUN elf-ARMv7-ls --thumb --depth 5" | tee -a ./test_output
$RUN --binary ./elf-ARMv7-ls --thumb --depth 5 1>> ./test_output
echo "RUN elf-ARM64-bash --depth 5" | tee -a ./test_output
$RUN --binary ./elf-ARM64-bash --depth 5 1>> ./test_output
echo "RUN elf-PPC64-bash --depth 5" | tee -a ./test_output
Expand Down

0 comments on commit 9edc6b9

Please sign in to comment.