about summary refs log tree commit diff stats
path: root/test/arch/mep/jit/launch.py
blob: 8c67e0725d0e0e59262ebfd9021896994ef8a47a (plain) (blame)
1
2
3
4
5
6
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())