summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-02-04 19:51:35 +0300
committerOxore <oxore@protonmail.com>2024-02-04 19:51:35 +0300
commit9fd2eba95beb6c9ce6fb26e1442aa2f68aac9b1f (patch)
tree9d351968b9757ccca48212fc2687d6df996d4fa2 /test.bash
parent853bda8e4c9210062a1b793f3499270c9e4cf532 (diff)
Impl deep graph walk and distinct jump following option
This commit changes the default behavior which technically breaks backwards compatibility. It would be a concern if somebody else besides me is using this tool, but I doubt it would be the case, LOL.
Diffstat (limited to 'test.bash')
-rw-r--r--test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 9336edc..3289473 100644
--- a/test.bash
+++ b/test.bash
@@ -7,7 +7,7 @@
AS=m68k-none-elf-as
OBJCOPY=m68k-none-elf-objcopy
LD="m68k-none-elf-ld -Ttest.ld"
-DISASM="./cmake-build/m68k-disasm -fabs-labels -frel-labels -flabels -fimm-hex"
+DISASM="./cmake-build/m68k-disasm -fabs-labels -frel-labels -flabels -fimm-hex -ffollow-jumps"
TEST_DIR=/tmp/m68k-disasm-tests
set -e