diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-13 16:05:29 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-13 16:26:05 +0100 |
| commit | eb7d90bb498f013ef09acf56b0d92b58a347ff31 (patch) | |
| tree | 8c9796f26f0c9957d86d6417ac642c302cf4422f /test/test_all.py | |
| parent | 827c6cb8e1cdcc6e501c319353f89615b9cc09c9 (diff) | |
| download | miasm-eb7d90bb498f013ef09acf56b0d92b58a347ff31.tar.gz miasm-eb7d90bb498f013ef09acf56b0d92b58a347ff31.zip | |
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) |