diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-03-31 14:45:25 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-03-31 14:45:25 +0200 |
| commit | ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2 (patch) | |
| tree | 44d85a9aaa317e95711f2c6887451b9b424e664c /test/test_all.py | |
| parent | 0457001e8ffad3896997e3dc237ff3a557beb784 (diff) | |
| download | miasm-ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2.tar.gz miasm-ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2.zip | |
Expr: fix singleton; add reg test
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 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") |