about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2017-02-13 16:35:18 +0100
committerGitHub <noreply@github.com>2017-02-13 16:35:18 +0100
commitd30ea3788133fffc294602ee6cce88b407caaf4a (patch)
treeadf94015ce13c6afd2f51e739897c028d6a9506c /test/test_all.py
parent90e170f45e342d03875e95b86afb038cb25ad2c1 (diff)
parenteb7d90bb498f013ef09acf56b0d92b58a347ff31 (diff)
downloadmiasm-d30ea3788133fffc294602ee6cce88b407caaf4a.tar.gz
miasm-d30ea3788133fffc294602ee6cce88b407caaf4a.zip
Merge pull request #494 from serpilliere/expression_reducer
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)