diff options
| author | Ajax <commial@gmail.com> | 2017-04-06 14:48:56 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-04-06 14:48:56 +0200 |
| commit | fa5b82a55bfbdd511e757727f28cc6d05379ea11 (patch) | |
| tree | a21dae6c3a485974f4585a8c6bf374b1f93af006 /test | |
| parent | 049abdc867f533ba270cbdfff839caefb9b162b9 (diff) | |
| download | miasm-fa5b82a55bfbdd511e757727f28cc6d05379ea11.tar.gz miasm-fa5b82a55bfbdd511e757727f28cc6d05379ea11.zip | |
Tests: run md5_aarch64l from the very beginning
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_all.py | 3 |
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]), |