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>2017-02-13 16:05:29 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-02-13 16:26:05 +0100
commiteb7d90bb498f013ef09acf56b0d92b58a347ff31 (patch)
tree8c9796f26f0c9957d86d6417ac642c302cf4422f /test/test_all.py
parent827c6cb8e1cdcc6e501c319353f89615b9cc09c9 (diff)
downloadmiasm-eb7d90bb498f013ef09acf56b0d92b58a347ff31.tar.gz
miasm-eb7d90bb498f013ef09acf56b0d92b58a347ff31.zip
Expression: add ExprReduce
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 2f8c6421..e405bcec 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -524,6 +524,7 @@ for script in [["basic_op.py"],
                ["simplification_add.py"],
                ["expr_random.py"],
                ["expr_translate.py"],
+               ["expr_reduce.py"],
                ]:
     testset += ExampleExpression(script)