From d9fb6d58c71b388709058fe28b72205fd5ea0061 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sun, 26 Jan 2025 13:17:14 +0100 Subject: Update setup & tests --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 85ebb31f..ab2d898b 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -855,7 +855,7 @@ testset += ExampleJitter(["trace.py", Example.get_sample("md5_arm"), "-a", ## Toshiba MeP 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") +testset += RegressionTest(["launch.py"], base_dir="arch/mep/jit", tags=[TAGS["gcc"]]) # region Unittest compatibility -- cgit 1.4.1