about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-02-07 09:53:43 +0100
committerGitHub <noreply@github.com>2017-02-07 09:53:43 +0100
commit05cf38cb26f88daa7ceede90e7766d680e13e425 (patch)
tree350821d91d3c58c7128762e62defaeac8665b2ed /test/test_all.py
parent8d9de48de5d10c81ae61aea45c56b0553ce13fe3 (diff)
parent4773ce90e56d561b37bd4087d560e9ee84869abe (diff)
downloadmiasm-05cf38cb26f88daa7ceede90e7766d680e13e425.tar.gz
miasm-05cf38cb26f88daa7ceede90e7766d680e13e425.zip
Merge pull request #489 from commial/example/trace
Example/trace
Diffstat (limited to 'test/test_all.py')
-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__":