about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-06-22 22:18:14 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-07-10 14:57:24 +0200
commit7479f169ac9ae1546e4f77f581563e12a1690336 (patch)
tree0b41fe051638ca453b5b23cfdf87ecbf1ca25d8f /test/test_all.py
parentbd510655cf0c3eb4badc2e59b5a8c52e6ee3e31e (diff)
downloadmiasm-7479f169ac9ae1546e4f77f581563e12a1690336.tar.gz
miasm-7479f169ac9ae1546e4f77f581563e12a1690336.zip
Test: add reduce ircfg reg tests
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 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")