diff --git a/test-suite-binaries/ref_output.bz2 b/test-suite-binaries/ref_output.bz2 index df99e00..0e1d312 100644 Binary files a/test-suite-binaries/ref_output.bz2 and b/test-suite-binaries/ref_output.bz2 differ diff --git a/test-suite-binaries/test.sh b/test-suite-binaries/test.sh index f8ebdf0..08e392e 100755 --- a/test-suite-binaries/test.sh +++ b/test-suite-binaries/test.sh @@ -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