diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-04-20 16:31:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-20 16:31:49 +0200 |
| commit | 3667f136ed1ac739b0c68130a95908c814731d5a (patch) | |
| tree | a2eec08dd16ed35bf0f4a3dc7d775f00c985c365 /test/test_all.py | |
| parent | 4f5206dd8774a82ed2c864f4e6fe2d512f9d4408 (diff) | |
| parent | 33afc4e87af776cb22ea9d7c18b2e1bf4c563365 (diff) | |
| download | miasm-3667f136ed1ac739b0c68130a95908c814731d5a.tar.gz miasm-3667f136ed1ac739b0c68130a95908c814731d5a.zip | |
Merge pull request #529 from commial/feature/assignblk-simplify
Feature/assignblk simplify
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 9b3f2dc1..94779898 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -245,6 +245,7 @@ for script in ["modint.py", ## IR for script in ["symbexec.py", + "ir.py", ]: testset += RegressionTest([script], base_dir="ir") |