Skip to content

Commit

Permalink
Use xxd for hexdumps
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 15, 2024
1 parent 04b57df commit 0dd585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test-m100-tokenize: m100-tokenize bacmp
[ -r "$$src" ] || continue; \
./m100-sanity "$$src" | ./m100-tokenize >output.ba; \
echo -n " m100-tokenize $$src: "; \
if ./bacmp output.ba "$$f"; then echo "(pass)"; else true exit 1; echo ./m100-sanity "$$src"; echo; hd output.ba; echo; echo; fi; \
if ./bacmp output.ba "$$f"; then echo "(pass)"; else true exit 1; echo ./m100-sanity "$$src"; echo; xxd output.ba; echo; echo; fi; \
rm output.ba; \
done

Expand Down

0 comments on commit 0dd585e

Please sign in to comment.