about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorPierre Lalet <pierre@droids-corp.org>2015-04-09 13:24:52 +0200
committerPierre Lalet <pierre@droids-corp.org>2015-04-09 13:24:52 +0200
commit60e6f365356010f1413c5f64130897bfa3bd9e25 (patch)
tree4afc118139c7642cdcc38c69406f088d516b9ca0 /test/test_all.py
parent170cd673a20c5ec1d9401e0825ca4333b852f562 (diff)
parent06633f8cddfbf8d94dc596d83d96350df5bfb99e (diff)
downloadmiasm-60e6f365356010f1413c5f64130897bfa3bd9e25.tar.gz
miasm-60e6f365356010f1413c5f64130897bfa3bd9e25.zip
Merge pull request #143 from serpilliere/fix_expr_hash
Fix expr hash
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index c31d02af..fd8d5ad7 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -105,6 +105,7 @@ for script in ["interval.py",
     testset += RegressionTest([script], base_dir="core")
 ## Expression
 for script in ["modint.py",
+               "expression.py",
                "stp.py",
                "simplifications.py",
                "expression_helper.py",