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>2014-12-11 10:44:58 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2014-12-11 10:44:58 +0100
commit847ba7b469db138a0d7196399e64c23ff34e4239 (patch)
tree4eeb6966c8779409b63ce3ae2768e7dd87e6b052 /test/test_all.py
parent665e2b914e7723216f04a3af189f0350cac4a28a (diff)
parentd743b6cb0a040f2c947c7a99d5eba18cffcd903c (diff)
downloadmiasm-847ba7b469db138a0d7196399e64c23ff34e4239.tar.gz
miasm-847ba7b469db138a0d7196399e64c23ff34e4239.zip
Merge pull request #18 from commial/feature-vars-ident
Feature vars ident
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 0c49f264..7ed6bd29 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -51,6 +51,7 @@ for script in ["interval.py",
 for script in ["modint.py",
                "stp.py",
                "simplifications.py",
+               "expression_helper.py",
                ]:
     testset += RegressionTest([script], base_dir="expression")
 ## IR