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>2018-07-13 10:20:21 +0200
committerGitHub <noreply@github.com>2018-07-13 10:20:21 +0200
commitcc9c0c70af3a91157226440ae3b64199711ee0db (patch)
tree932dd2676afcf0c4ba6bf0c57d3b574954461ad2 /test/test_all.py
parent82eb5f6eb197fc59d2e9ae21cfda05a1868e462e (diff)
parentb8e5038798b0dece628846acb5ad25d9d4e60395 (diff)
downloadmiasm-cc9c0c70af3a91157226440ae3b64199711ee0db.tar.gz
miasm-cc9c0c70af3a91157226440ae3b64199711ee0db.zip
Merge pull request #763 from guedou/Toshiba_MeP-c4
Toshiba MeP support
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 665fc3a5..07210f01 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -724,6 +724,11 @@ testset += ExampleJitter(["example_types.py"])
 testset += ExampleJitter(["trace.py", Example.get_sample("md5_arm"), "-a",
                           "0xA684"])
 
+## Toshiba MeP
+testset = TestSet("../")
+testset += RegressionTest(["launch.py"], base_dir="arch/mep/asm")
+testset += RegressionTest(["launch.py"], base_dir="arch/mep/ir")
+testset += RegressionTest(["launch.py"], base_dir="arch/mep/jit")
 
 if __name__ == "__main__":
     # Argument parsing