From fa5b82a55bfbdd511e757727f28cc6d05379ea11 Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 6 Apr 2017 14:48:56 +0200 Subject: Tests: run md5_aarch64l from the very beginning --- test/test_all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_all.py') 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]), -- cgit 1.4.1