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-08 17:22:08 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:42 +0100
commit5bc92753be1c0b20b8ad224c7a75ae77bf025151 (patch)
tree77ad4016cccb04a1e73283bb7ef98082db46cdf6 /test/test_all.py
parenta20db36fb2631350ceb98eee51e3ee408b080b96 (diff)
downloadmiasm-5bc92753be1c0b20b8ad224c7a75ae77bf025151.tar.gz
miasm-5bc92753be1c0b20b8ad224c7a75ae77bf025151.zip
Example: Rename Disasm_03 to Disasm_File
Diffstat (limited to '')
-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 c2b3387b..3f25dab2 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -115,7 +115,8 @@ testset += test_msp430
 testset += test_mips32
 for script in [["disasm_single_instr.py"],
                ["disasm_function.py"],
-               ["disasm_03.py", Example.get_sample("box_upx.exe"), "0x410f90"],
+               ["disasm_file.py", Example.get_sample("box_upx.exe"),
+                "0x410f90"],
                ]:
     testset += Example(script)
 ## Expression