diff options
| author | Ajax <commial@gmail.com> | 2017-04-20 12:57:50 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-04-20 13:02:06 +0200 |
| commit | 33afc4e87af776cb22ea9d7c18b2e1bf4c563365 (patch) | |
| tree | a2eec08dd16ed35bf0f4a3dc7d775f00c985c365 /test/test_all.py | |
| parent | 546f94dd9819907c80a488c1042fc3fbdcf0acd4 (diff) | |
| download | miasm-33afc4e87af776cb22ea9d7c18b2e1bf4c563365.tar.gz miasm-33afc4e87af776cb22ea9d7c18b2e1bf4c563365.zip | |
Add regression test for AssignBlock
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") |