about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-08-25 13:04:24 +0200
committerserpilliere <devnull@localhost>2014-08-25 13:04:24 +0200
commit3bb4b3ab3f63646b9e6080ff9cb5436719f8cc87 (patch)
tree30309640247f9108f4b3dcc19a01488618ebaa37
parent73f01fbe1614ff326ade1f30a060cf4b6ed46543 (diff)
downloadmiasm-3bb4b3ab3f63646b9e6080ff9cb5436719f8cc87.tar.gz
miasm-3bb4b3ab3f63646b9e6080ff9cb5436719f8cc87.zip
mips: missing file
-rw-r--r--miasm2/arch/mips32/__init__.py0
-rw-r--r--test/test_all.py3
2 files changed, 3 insertions, 0 deletions
diff --git a/miasm2/arch/mips32/__init__.py b/miasm2/arch/mips32/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/miasm2/arch/mips32/__init__.py
diff --git a/test/test_all.py b/test/test_all.py
index 77bb7ada..4967ed3d 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -66,6 +66,7 @@ all_tests = {
             ["asm_box_x86_32_mod_self.py"],
             ["asm_box_x86_32_repmod.py"],
             ["asm_msp430_sc.py"],
+            ["asm_mips32.py"],
             ["disasm_01.py"],
             ["disasm_02.py"],
             ["disasm_03.py", "box_upx.exe", "0x410f90"],
@@ -84,6 +85,7 @@ all_tests = {
             ["test_dis.py", "-g", "-s", "-m",
                 "x86_32", "box_x86_32.bin", "0x401000"],
             ["test_dis.py", "-g", "-s", "-m", "msp430", "msp430_sc.bin", "0"],
+            ["test_dis.py", "-g", "-s", "-m", "mips32l", "mips32_sc.bin", "0"],
             ["expression/solve_condition_stp.py",
                 "expression/simple_test.bin"],
         ],
@@ -93,6 +95,7 @@ all_tests = {
                     ["test_jit_x86_32.py", "x86_32_sc.bin"],
                     ["test_jit_arm.py", "md5_arm", "A684"],
                     ["test_jit_msp430.py", "msp430_sc.bin", "0"],
+                    ["test_jit_mips32.py", "mips32_sc.bin", "0"],
                     ["sandbox_pe_x86_32.py", "box_x86_32.bin"],
                     ["sandbox_pe_x86_32.py", "box_x86_32_enc.bin"],
                     ["sandbox_pe_x86_32.py", "box_x86_32_mod.bin"],