about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-04-28 09:08:42 +0200
committerAjax <commial@gmail.com>2015-04-28 09:08:42 +0200
commit73d3f770882d73f7c3814a4dc95cde1b2055fbda (patch)
treea1dfbc40a02e2fa6175f2bdcaa0f911f160bd77a /test/test_all.py
parent2a9ef019bc17c712c8e18a4704c69ef9f5875402 (diff)
downloadmiasm-73d3f770882d73f7c3814a4dc95cde1b2055fbda.tar.gz
miasm-73d3f770882d73f7c3814a4dc95cde1b2055fbda.zip
Example: Add an example "rename-args" argument for depgraph
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 07e1c509..c3367d43 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -322,7 +322,7 @@ class ExampleSymbolExec(Example):
 
 testset += ExampleSymbolExec(["single_instr.py"])
 for options, nb_sol in [([], 8),
-                        (["-i"], 12)]:
+                        (["-i", "--rename-args"], 12)]:
     testset += ExampleSymbolExec(["depgraph.py",
                                   Example.get_sample("simple_test.bin"),
                                   "-m", "x86_32", "0x0", "0x8b",