diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-08-06 14:56:02 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-08-06 20:22:09 +0200 |
| commit | efc5ec2e8c394475e3a2be68bc29821e4d980b1b (patch) | |
| tree | 1426b8f08756c11cf7e76afab185fd16d15941db /test/test_all.py | |
| parent | 4c8d2cf0d1e982c7185d7406f750d4ce07d306b6 (diff) | |
| download | miasm-efc5ec2e8c394475e3a2be68bc29821e4d980b1b.tar.gz miasm-efc5ec2e8c394475e3a2be68bc29821e4d980b1b.zip | |
Test: add progpag expr
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 9bf54608..48ac04ca 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -522,7 +522,7 @@ class ExampleDisasmFull(ExampleDisassembler): def __init__(self, *args, **kwargs): super(ExampleDisasmFull, self).__init__(*args, **kwargs) - self.command_line = ["full.py", "-g", "-ss", "-d", "-p", "-m"] + self.command_line + self.command_line = ["full.py", "-g", "-ss", "-d", "-p", "-x", "-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"] |