diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2021-10-13 15:59:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 15:59:43 +0200 |
| commit | ff3e5baa85aa875c748e11668785b35c11b973c5 (patch) | |
| tree | 77f5dfd01012c2bb5053ea36ba793377a8f38f1f /test/test_all.py | |
| parent | 5522eb059ad5fe2b5ef0194923b3b6c24d778946 (diff) | |
| parent | 79775302ea32e4340be61a07463454e2b024cfad (diff) | |
| download | focaccia-miasm-ff3e5baa85aa875c748e11668785b35c11b973c5.tar.gz focaccia-miasm-ff3e5baa85aa875c748e11668785b35c11b973c5.zip | |
Merge pull request #1390 from serpilliere/fix_expr_propag_names
Fix expr propag names
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) |