diff options
Diffstat (limited to 'test/test_all.py')
| -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__": |