From 3e168dc130dbf8183eaa023441d57dd2f09b80d1 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 4 Aug 2015 09:12:11 +0200 Subject: Add aarch64l md5 sandbox and test --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_all.py b/test/test_all.py index b5dc0abf..5f8f6ea7 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -363,6 +363,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"), "-a", "A684"], []), + (["sandbox_elf_aarch64l.py", Example.get_sample("md5_aarch64l"), "-a", "0x400A00"], + []), (["msp430.py", Example.get_sample("msp430_sc.bin"), "0"], [test_msp430]), (["mips32.py", Example.get_sample("mips32_sc_l.bin"), "0"], -- cgit 1.4.1