about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-04-20 16:31:49 +0200
committerGitHub <noreply@github.com>2017-04-20 16:31:49 +0200
commit3667f136ed1ac739b0c68130a95908c814731d5a (patch)
treea2eec08dd16ed35bf0f4a3dc7d775f00c985c365 /test/test_all.py
parent4f5206dd8774a82ed2c864f4e6fe2d512f9d4408 (diff)
parent33afc4e87af776cb22ea9d7c18b2e1bf4c563365 (diff)
downloadmiasm-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-xtest/test_all.py1
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")