diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2025-01-26 15:51:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 15:51:44 +0100 |
| commit | 2a15c60712b326b541d42ac48f372f97023547e7 (patch) | |
| tree | eb779621340166a7d37980d5548b169168962ab2 /test | |
| parent | 0164999126ce49b8033eea283467c5d719a25640 (diff) | |
| parent | d9fb6d58c71b388709058fe28b72205fd5ea0061 (diff) | |
| download | miasm-develop.tar.gz miasm-develop.zip | |
Merge pull request #1506 from serpilliere/updt_llvm_ci develop
Fix distutils
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |