diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-12-09 18:01:17 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-12-09 18:01:17 +0100 |
| commit | e369e5a00f1e1f0e3254d626d327b94ebfa81318 (patch) | |
| tree | 7e05ebda39db30f3b218ede5a2c0d4946bd073b3 /test/test_all.py | |
| parent | 2633d9387d5e43af9ae0491dc3de553b4aa82b48 (diff) | |
| download | miasm-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.py | 1 |
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 |