diff options
Diffstat (limited to 'test/arch/mep/jit/launch.py')
| -rw-r--r-- | test/arch/mep/jit/launch.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/arch/mep/jit/launch.py b/test/arch/mep/jit/launch.py new file mode 100644 index 00000000..8c67e072 --- /dev/null +++ b/test/arch/mep/jit/launch.py @@ -0,0 +1,7 @@ +# Toshiba MeP-c4 - pytest unit tests wrapper +# Guillaume Valadon <guillaume@valadon.net> + +from ut_helpers_jit import launch_tests + +from test_jit_branchjump import TestBranchJump; launch_tests(TestBranchJump()) +from test_jit_repeat import TestRepeat; launch_tests(TestRepeat()) |