about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2017-03-31 15:00:01 +0200
committerGitHub <noreply@github.com>2017-03-31 15:00:01 +0200
commit1743947af1df52311053c81d7b810025c6f15577 (patch)
tree44d85a9aaa317e95711f2c6887451b9b424e664c /test/test_all.py
parent0457001e8ffad3896997e3dc237ff3a557beb784 (diff)
parentac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2 (diff)
downloadmiasm-1743947af1df52311053c81d7b810025c6f15577.tar.gz
miasm-1743947af1df52311053c81d7b810025c6f15577.zip
Merge pull request #511 from serpilliere/fix_expr_singleton
Expr: fix singleton; add reg test
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 45f5ac97..0a29d4d3 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -239,6 +239,7 @@ for script in ["modint.py",
                "stp.py",
                "simplifications.py",
                "expression_helper.py",
+               "expr_pickle.py",
                ]:
     testset += RegressionTest([script], base_dir="expression")