diff options
| author | Camille Mougey <commial@gmail.com> | 2017-02-13 16:35:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-13 16:35:18 +0100 |
| commit | d30ea3788133fffc294602ee6cce88b407caaf4a (patch) | |
| tree | adf94015ce13c6afd2f51e739897c028d6a9506c /test/test_all.py | |
| parent | 90e170f45e342d03875e95b86afb038cb25ad2c1 (diff) | |
| parent | eb7d90bb498f013ef09acf56b0d92b58a347ff31 (diff) | |
| download | miasm-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-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 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) |