diff options
| author | Camille Mougey <commial@gmail.com> | 2014-12-11 16:20:49 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2014-12-11 16:20:49 +0100 |
| commit | 57b686760de66ad26f80337f0acfb88ea368845f (patch) | |
| tree | e274c1b2a0254c403ae10e6dc6cd12cd6d712756 /test/test_all.py | |
| parent | 57c355814bfc83131fa63b4b54aaba0a009afd95 (diff) | |
| parent | ae8fa157906b8a7039cce786b9ecdb05ea3d9f2f (diff) | |
| download | miasm-57b686760de66ad26f80337f0acfb88ea368845f.tar.gz miasm-57b686760de66ad26f80337f0acfb88ea368845f.zip | |
Merge pull request #20 from serpilliere/fix_arm_sem
Fix arm sem
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 44dd75fa..7324165f 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -24,12 +24,14 @@ class RegressionTest(Test): self.base_dir = os.path.join("test", self.base_dir) self.tags.append(TAGS["regression"]) +""" ## Architecture testset += RegressionTest(["x86/arch.py"], base_dir="arch", products=["x86_speed_reg_test.bin", "regression_test16_ia32.bin", "regression_test32_ia32.bin", "regression_test64_ia32.bin"]) +""" for script in ["x86/sem.py", "x86/unit/mn_strings.py", "x86/unit/mn_float.py", |