summaryrefslogtreecommitdiff
path: root/test_random.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-01 12:37:48 +0300
committerOxore <oxore@protonmail.com>2023-05-01 12:37:48 +0300
commit666b07b0d61d10834533fcbdd870080d9ad1948d (patch)
treebd2ad841ec741527ed75edca5075a5220835db9c /test_random.bash
parent2a4c7440706e57887c0d92397dc5aafce0a3932e (diff)
Fix MOVEM boundary check
Diffstat (limited to 'test_random.bash')
-rw-r--r--test_random.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash
index 20de9cd..a6e6d9d 100644
--- a/test_random.bash
+++ b/test_random.bash
@@ -8,7 +8,7 @@ AS=m68k-none-elf-as
OBJCOPY=m68k-none-elf-objcopy
LD="m68k-none-elf-ld -Ttest.ld"
DISASM="./cmake-build/m68k-disasm -fabs-marks -frel-marks -fmarks"
-TEST_DIR=/tmp/m68k-disasm-tests
+TEST_DIR=/tmp/m68k-disasm-random-tests
set -e
CRED="\033[31m"