diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-06-08 09:03:43 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-06-14 09:57:12 +0200 |
| commit | 8e8e6e472bec908eb9cc63cb3a8c042ba5b93279 (patch) | |
| tree | 648689e0c8a2658d8a57b698bd1d1f6ed5dd39ee /test/test_all.py | |
| parent | 97e997810abbcaef5672893941e8f4d8a13f8946 (diff) | |
| download | miasm-8e8e6e472bec908eb9cc63cb3a8c042ba5b93279.tar.gz miasm-8e8e6e472bec908eb9cc63cb3a8c042ba5b93279.zip | |
Expression: add an Expression parser
Diffstat (limited to '')
| -rwxr-xr-x | 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 41954ff1..b70afa9a 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -241,6 +241,7 @@ for script in ["modint.py", "simplifications.py", "expression_helper.py", "expr_pickle.py", + "parser.py", ]: testset += RegressionTest([script], base_dir="expression") |