diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-11 10:44:58 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-11 10:44:58 +0100 |
| commit | 847ba7b469db138a0d7196399e64c23ff34e4239 (patch) | |
| tree | 4eeb6966c8779409b63ce3ae2768e7dd87e6b052 /test/test_all.py | |
| parent | 665e2b914e7723216f04a3af189f0350cac4a28a (diff) | |
| parent | d743b6cb0a040f2c947c7a99d5eba18cffcd903c (diff) | |
| download | miasm-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.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 |