From 953676d831c314282a9e113f5617ca7a90b09be6 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 11 Apr 2018 10:24:03 +0200 Subject: SSA: add tests --- test/test_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_all.py') 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"] -- cgit 1.4.1