diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 5 |
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 |