diff options
| author | serpilliere <devnull@localhost> | 2014-08-21 13:34:29 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-08-21 13:34:29 +0200 |
| commit | 25cf24ec63e737404bdc6cd2c0e0c86761cf5f1a (patch) | |
| tree | a7398918cf8951c1a45146229008ed33549d045d /test/test_all.py | |
| parent | 2f533af6cfc71e35fdbaa511e8c4e440fa46da95 (diff) | |
| download | miasm-25cf24ec63e737404bdc6cd2c0e0c86761cf5f1a.tar.gz miasm-25cf24ec63e737404bdc6cd2c0e0c86761cf5f1a.zip | |
Test: add msp430 asm/dis/jit
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 039234db..77bb7ada 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -65,6 +65,7 @@ all_tests = { ["asm_box_x86_32_mod.py"], ["asm_box_x86_32_mod_self.py"], ["asm_box_x86_32_repmod.py"], + ["asm_msp430_sc.py"], ["disasm_01.py"], ["disasm_02.py"], ["disasm_03.py", "box_upx.exe", "0x410f90"], @@ -82,6 +83,7 @@ all_tests = { ["test_dis.py", "-g", "-s", "-m", "arm", "demo_arm.bin", "0"], ["test_dis.py", "-g", "-s", "-m", "x86_32", "box_x86_32.bin", "0x401000"], + ["test_dis.py", "-g", "-s", "-m", "msp430", "msp430_sc.bin", "0"], ["expression/solve_condition_stp.py", "expression/simple_test.bin"], ], @@ -90,6 +92,7 @@ all_tests = { ["unpack_upx.py", "box_upx.exe"], # Take 5 mins on a Core i5 ["test_jit_x86_32.py", "x86_32_sc.bin"], ["test_jit_arm.py", "md5_arm", "A684"], + ["test_jit_msp430.py", "msp430_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"], |