Skip to content

Commit

Permalink
Add ppc64 test (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 22, 2022
1 parent c4b79d1 commit 5e0bf3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added test-suite-binaries/elf-PPC64-bash
Binary file not shown.
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 @@ -59,5 +59,7 @@ echo "RUN elf-ARMv7-ls --depth 5" | tee -a ./test_output
$RUN --binary ./elf-ARMv7-ls --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
$RUN --binary ./elf-PPC64-bash --depth 5 1>> ./test_output

diff test_output <(bunzip2 --stdout ref_output.bz2) 1>&2

0 comments on commit 5e0bf3c

Please sign in to comment.