diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-10-13 07:49:06 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-10-13 07:49:32 +0200 |
| commit | 79775302ea32e4340be61a07463454e2b024cfad (patch) | |
| tree | 77f5dfd01012c2bb5053ea36ba793377a8f38f1f /test/test_all.py | |
| parent | c0adc8cc0b3f7b84a20eab0d623f9cddaa8d66ec (diff) | |
| download | miasm-79775302ea32e4340be61a07463454e2b024cfad.tar.gz miasm-79775302ea32e4340be61a07463454e2b024cfad.zip | |
Test expressions interferences
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 f0ac755e..a49f6ff9 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -710,6 +710,7 @@ for script in [["basic_op.py"], ["expr_random.py"], ["expr_translate.py"], ["expr_reduce.py"], + ["interfer.py"], ]: testset += ExampleExpression(script) |