about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-04-20 12:57:50 +0200
committerAjax <commial@gmail.com>2017-04-20 13:02:06 +0200
commit33afc4e87af776cb22ea9d7c18b2e1bf4c563365 (patch)
treea2eec08dd16ed35bf0f4a3dc7d775f00c985c365 /test/test_all.py
parent546f94dd9819907c80a488c1042fc3fbdcf0acd4 (diff)
downloadmiasm-33afc4e87af776cb22ea9d7c18b2e1bf4c563365.tar.gz
miasm-33afc4e87af776cb22ea9d7c18b2e1bf4c563365.zip
Add regression test for AssignBlock
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")