diff options
| author | Ajax <commial@gmail.com> | 2017-02-06 17:47:42 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-02-06 18:26:46 +0100 |
| commit | 4773ce90e56d561b37bd4087d560e9ee84869abe (patch) | |
| tree | 350821d91d3c58c7128762e62defaeac8665b2ed /test | |
| parent | 8cad9d68fce39cf98073c8306236fc9de105260b (diff) | |
| download | miasm-4773ce90e56d561b37bd4087d560e9ee84869abe.tar.gz miasm-4773ce90e56d561b37bd4087d560e9ee84869abe.zip | |
Add a tracer example
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_all.py | 2 |
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__": |