about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-12-09 18:01:17 +0100
committerCamille Mougey <camille.mougey@cea.fr>2014-12-09 18:01:17 +0100
commite369e5a00f1e1f0e3254d626d327b94ebfa81318 (patch)
tree7e05ebda39db30f3b218ede5a2c0d4946bd073b3 /test/test_all.py
parent2633d9387d5e43af9ae0491dc3de553b4aa82b48 (diff)
downloadmiasm-e369e5a00f1e1f0e3254d626d327b94ebfa81318.tar.gz
miasm-e369e5a00f1e1f0e3254d626d327b94ebfa81318.zip
Test: Add a regression test for Variables_Identifier
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