Skip to content

Commit 1e14bd1

Browse files
committed
add xxd tool for binary dumps from compat tests
xxd is used by the compat test scripts to output binary dumps of mismatching outputs for manual inspection later. (So far the absence of this tool went by unnoticed, because the tests had always passed)
1 parent 2844227 commit 1e14bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y git build-essential libffi-dev pkg-config python3 bison flex
16+
sudo apt-get install -y git build-essential libffi-dev pkg-config python3 bison flex xxd
1717
1818
- name: Record version
1919
run: |

0 commit comments

Comments
 (0)