about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-04-06 15:00:10 +0200
committerGitHub <noreply@github.com>2017-04-06 15:00:10 +0200
commite7e2d2991ec817fb77924cb314cfcda80a33fde0 (patch)
treea21dae6c3a485974f4585a8c6bf374b1f93af006
parent049abdc867f533ba270cbdfff839caefb9b162b9 (diff)
parentfa5b82a55bfbdd511e757727f28cc6d05379ea11 (diff)
downloadmiasm-e7e2d2991ec817fb77924cb314cfcda80a33fde0.tar.gz
miasm-e7e2d2991ec817fb77924cb314cfcda80a33fde0.zip
Merge pull request #517 from commial/fix/mimic-env-md5-aarch64
Tests: run md5_aarch64l from the very beginning
-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]),