about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--example/jit_arm.py (renamed from example/test_jit_arm.py)0
-rw-r--r--example/jit_arm_sc.py (renamed from example/test_jit_arm_sc.py)0
-rw-r--r--example/jit_mips32.py (renamed from example/test_jit_mips32.py)0
-rw-r--r--example/jit_msp430.py (renamed from example/test_jit_msp430.py)0
-rw-r--r--example/jit_x86_32.py (renamed from example/test_jit_x86_32.py)0
-rw-r--r--test/test_all.py12
6 files changed, 6 insertions, 6 deletions
diff --git a/example/test_jit_arm.py b/example/jit_arm.py
index 2699c345..2699c345 100644
--- a/example/test_jit_arm.py
+++ b/example/jit_arm.py
diff --git a/example/test_jit_arm_sc.py b/example/jit_arm_sc.py
index 0ec2a5ee..0ec2a5ee 100644
--- a/example/test_jit_arm_sc.py
+++ b/example/jit_arm_sc.py
diff --git a/example/test_jit_mips32.py b/example/jit_mips32.py
index d027ec50..d027ec50 100644
--- a/example/test_jit_mips32.py
+++ b/example/jit_mips32.py
diff --git a/example/test_jit_msp430.py b/example/jit_msp430.py
index 5aa1f340..5aa1f340 100644
--- a/example/test_jit_msp430.py
+++ b/example/jit_msp430.py
diff --git a/example/test_jit_x86_32.py b/example/jit_x86_32.py
index 1b2aa012..1b2aa012 100644
--- a/example/test_jit_x86_32.py
+++ b/example/jit_x86_32.py
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]),