about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-03-19 10:42:03 +0100
committerAjax <commial@gmail.com>2015-03-19 10:42:03 +0100
commit595fda5b35238a9e468af5d3d674129d62e369dc (patch)
treeff384a705779e93badf5bf531ba630e46789e214 /test/test_all.py
parentb9dcf09ba85c8b49819e07dbbc273e41155a01c9 (diff)
downloadmiasm-595fda5b35238a9e468af5d3d674129d62e369dc.tar.gz
miasm-595fda5b35238a9e468af5d3d674129d62e369dc.zip
TestAll: Add a test for disasm/full without arch and addr to reach previously untested code
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 6cadce9a..ecf9a63b 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -236,6 +236,8 @@ for script, prods in [(["single_instr.py"], []),
                       (["function.py"], ["graph.txt"]),
                       (["file.py", Example.get_sample("box_upx.exe"),
                         "0x410f90"], ["graph.txt"]),
+                      (["full.py", Example.get_sample("box_upx.exe")],
+                       ["graph_execflow.txt", "lines.txt"]),
                       ]:
     testset += ExampleDisassembler(script, products=prods)