about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index ffbca63c..19f26641 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -180,7 +180,8 @@ for jitter in ["tcc", "llvm", "python"]:
                        tags=tags.get(jitter, []))
 
 for script, dep in [(["test_jit_x86_32.py", "x86_32_sc.bin"], []),
-                    (["test_jit_arm.py", "md5_arm", "-a", "A684"], []),
+                    (["test_jit_arm.py", Example.get_sample("md5_arm"), "-a",
+                      "A684"], []),
                     (["test_jit_msp430.py", "msp430_sc.bin", "0"],
                      [test_msp430]),
                     (["test_jit_mips32.py", "mips32_sc_l.bin", "0"],