about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-04-06 14:48:56 +0200
committerAjax <commial@gmail.com>2017-04-06 14:48:56 +0200
commitfa5b82a55bfbdd511e757727f28cc6d05379ea11 (patch)
treea21dae6c3a485974f4585a8c6bf374b1f93af006 /test
parent049abdc867f533ba270cbdfff839caefb9b162b9 (diff)
downloadmiasm-fa5b82a55bfbdd511e757727f28cc6d05379ea11.tar.gz
miasm-fa5b82a55bfbdd511e757727f28cc6d05379ea11.zip
Tests: run md5_aarch64l from the very beginning
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index f76019c4..dc17c19b 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -616,7 +616,8 @@ for jitter in ExampleJitter.jitter_engines:
 for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []),
                     (["arm.py", Example.get_sample("md5_arm"), "--mimic-env"],
                      []),
-                    (["sandbox_elf_aarch64l.py", Example.get_sample("md5_aarch64l"), "-a", "0x400A00"],
+                    (["sandbox_elf_aarch64l.py",
+                      Example.get_sample("md5_aarch64l"), "--mimic-env"],
                      []),
                     (["msp430.py", Example.get_sample("msp430_sc.bin"), "0"],
                      [test_msp430]),