diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py index 40df315c..9b17aa92 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -515,8 +515,8 @@ class ExampleDisasmFull(ExampleDisassembler): def __init__(self, *args, **kwargs): super(ExampleDisasmFull, self).__init__(*args, **kwargs) - self.command_line = ["full.py", "-g", "-ss", "-d", "-m"] + self.command_line - self.products += ["graph_defuse.dot", "graph_execflow.dot", + self.command_line = ["full.py", "-g", "-ss", "-d", "-p", "-m"] + self.command_line + self.products += ["graph_defuse.dot", "graph_execflow.dot", "ssa.dot", "graph_irflow.dot", "graph_irflow_raw.dot", "lines.dot", "graph_irflow_reduced.dot"] |