about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2021-10-13 15:59:43 +0200
committerGitHub <noreply@github.com>2021-10-13 15:59:43 +0200
commitff3e5baa85aa875c748e11668785b35c11b973c5 (patch)
tree77f5dfd01012c2bb5053ea36ba793377a8f38f1f /test/test_all.py
parent5522eb059ad5fe2b5ef0194923b3b6c24d778946 (diff)
parent79775302ea32e4340be61a07463454e2b024cfad (diff)
downloadmiasm-ff3e5baa85aa875c748e11668785b35c11b973c5.tar.gz
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-xtest/test_all.py1
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)