about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-02-06 17:47:42 +0100
committerAjax <commial@gmail.com>2017-02-06 18:26:46 +0100
commit4773ce90e56d561b37bd4087d560e9ee84869abe (patch)
tree350821d91d3c58c7128762e62defaeac8665b2ed /test
parent8cad9d68fce39cf98073c8306236fc9de105260b (diff)
downloadmiasm-4773ce90e56d561b37bd4087d560e9ee84869abe.tar.gz
miasm-4773ce90e56d561b37bd4087d560e9ee84869abe.zip
Add a tracer example
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index ab9e4b9b..2f8c6421 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -617,6 +617,8 @@ for jitter in ExampleJitterNoPython.jitter_engines:
                                      tags=tags)
 
 testset += ExampleJitter(["example_types.py"])
+testset += ExampleJitter(["trace.py", Example.get_sample("md5_arm"), "-a",
+                          "0xA684"])
 
 
 if __name__ == "__main__":