about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2017-03-31 14:45:25 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-03-31 14:45:25 +0200
commitac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2 (patch)
tree44d85a9aaa317e95711f2c6887451b9b424e664c /test/test_all.py
parent0457001e8ffad3896997e3dc237ff3a557beb784 (diff)
downloadmiasm-ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2.tar.gz
miasm-ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2.zip
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")