about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-08-06 14:56:02 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-08-06 20:22:09 +0200
commitefc5ec2e8c394475e3a2be68bc29821e4d980b1b (patch)
tree1426b8f08756c11cf7e76afab185fd16d15941db
parent4c8d2cf0d1e982c7185d7406f750d4ce07d306b6 (diff)
downloadmiasm-efc5ec2e8c394475e3a2be68bc29821e4d980b1b.tar.gz
miasm-efc5ec2e8c394475e3a2be68bc29821e4d980b1b.zip
Test: add progpag expr
-rwxr-xr-xtest/test_all.py2
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"]