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:17:42 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:41 +0100
commitc0a74599627ed01c6e799d41905d449ba44b098b (patch)
treefbde712ee7914ffce87416efbba9e5b1d16008d8 /test/test_all.py
parent4a3880c62638ca5e3f1ea74bd2f29b186fb109a6 (diff)
downloadmiasm-c0a74599627ed01c6e799d41905d449ba44b098b.tar.gz
miasm-c0a74599627ed01c6e799d41905d449ba44b098b.zip
Example: Rename test_jit_* to jit_*
Diffstat (limited to '')
-rw-r--r--test/test_all.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 10cd4b66..9de73da0 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -182,17 +182,17 @@ 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",
+for script, dep in [(["jit_x86_32.py",
                       Example.get_sample("x86_32_sc.bin")], []),
-                    (["test_jit_arm.py", Example.get_sample("md5_arm"), "-a",
+                    (["jit_arm.py", Example.get_sample("md5_arm"), "-a",
                       "A684"], []),
-                    (["test_jit_msp430.py", "msp430_sc.bin", "0"],
+                    (["jit_msp430.py", "msp430_sc.bin", "0"],
                      [test_msp430]),
-                    (["test_jit_mips32.py", "mips32_sc_l.bin", "0"],
+                    (["jit_mips32.py", "mips32_sc_l.bin", "0"],
                      [test_mips32]),
-                    (["test_jit_arm_sc.py", "0", "demo_arm_b.bin", "b", "-a",
+                    (["jit_arm_sc.py", "0", "demo_arm_b.bin", "b", "-a",
                       "0"], [test_arm]),
-                    (["test_jit_arm_sc.py", "0", "demo_arm_l.bin", "l", "-a",
+                    (["jit_arm_sc.py", "0", "demo_arm_l.bin", "l", "-a",
                       "0"], [test_arm]),
                     (["sandbox_pe_x86_32.py", "box_x86_32_enc.bin"],
                      [test_box_enc]),