about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-07 17:10:48 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:41 +0100
commitca47e84732659a7898419ca570fa7885b8b93a20 (patch)
treefa91cd96fe068d83e19f00b278947f7d9620b543 /test/test_all.py
parentc7209f8d8a5dfac3cd1bf5152a32f860f888550e (diff)
downloadmiasm-ca47e84732659a7898419ca570fa7885b8b93a20.tar.gz
miasm-ca47e84732659a7898419ca570fa7885b8b93a20.zip
Examples: Update x86_32_sc.bin location
Diffstat (limited to 'test/test_all.py')
-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 0d39b029..10cd4b66 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -182,7 +182,8 @@ for jitter in ["tcc", "llvm", "python"]:
                        products=[Example.get_sample("box_upx_exe_unupx.bin")],
                        tags=tags.get(jitter, []))
 
-for script, dep in [(["test_jit_x86_32.py", "x86_32_sc.bin"], []),
+for script, dep in [(["test_jit_x86_32.py",
+                      Example.get_sample("x86_32_sc.bin")], []),
                     (["test_jit_arm.py", Example.get_sample("md5_arm"), "-a",
                       "A684"], []),
                     (["test_jit_msp430.py", "msp430_sc.bin", "0"],