diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-06-22 22:18:14 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-07-10 14:57:24 +0200 |
| commit | 7479f169ac9ae1546e4f77f581563e12a1690336 (patch) | |
| tree | 0b41fe051638ca453b5b23cfdf87ecbf1ca25d8f /test/test_all.py | |
| parent | bd510655cf0c3eb4badc2e59b5a8c52e6ee3e31e (diff) | |
| download | miasm-7479f169ac9ae1546e4f77f581563e12a1690336.tar.gz miasm-7479f169ac9ae1546e4f77f581563e12a1690336.zip | |
Test: add reduce ircfg reg tests
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 9b17aa92..a10ab026 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -262,6 +262,7 @@ testset += RegressionTest(["test_chandler.py"], base_dir="expr_type", ## IR for script in ["symbexec.py", "ir.py", + "reduce_graph.py" ]: testset += RegressionTest([script], base_dir="ir") |