diff options
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash index accb975..6d2b17c 100644 --- a/test_random.bash +++ b/test_random.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 -frdc -fxrefs-to -fxrefs-from -flabels -frel-labels -fabs-labels -fshort-ref-local-labels -fimm-hex" +DISASM="./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -frel-labels -fabs-labels -fshort-ref-local-labels -fimm-hex -ffollow-jumps" TEST_DIR=/tmp/m68k-disasm-random-tests set -e |