diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-11 16:16:49 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-11 16:16:49 +0100 |
| commit | 90aa4b8195cefddee192df3c4c674b648f21e228 (patch) | |
| tree | bd49c66d07afff06db67724baa5535045770ac2a /test/test_all.py | |
| parent | 97c7d15789e7219cc1a8ad8a9344ba8b997352be (diff) | |
| download | miasm-90aa4b8195cefddee192df3c4c674b648f21e228.tar.gz miasm-90aa4b8195cefddee192df3c4c674b648f21e228.zip | |
Test: update ARM semantic tests
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", |