From b8e5038798b0dece628846acb5ad25d9d4e60395 Mon Sep 17 00:00:00 2001 From: Guillaume Valadon Date: Fri, 15 Jun 2018 12:10:10 +0200 Subject: Toshiba MeP support --- test/arch/mep/jit/launch.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/arch/mep/jit/launch.py (limited to 'test/arch/mep/jit/launch.py') 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 + +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()) -- cgit 1.4.1