about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-08-04 09:12:11 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-08-09 00:38:39 +0200
commit3e168dc130dbf8183eaa023441d57dd2f09b80d1 (patch)
tree7c1680260a0e3b418c0142d261cab6127cffd7ff /test/test_all.py
parent47898689e5898f91a61a4c39042b86acacce18f6 (diff)
downloadmiasm-3e168dc130dbf8183eaa023441d57dd2f09b80d1.tar.gz
miasm-3e168dc130dbf8183eaa023441d57dd2f09b80d1.zip
Add aarch64l md5 sandbox and test
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 2 insertions, 0 deletions
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"],