diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-09-01 16:14:55 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-09-04 22:42:52 +0200 |
| commit | 73a4d9dc920fcc29de50b776b2b263bfc12c89c1 (patch) | |
| tree | 1cc2dbc0170413dd10f88a7e9d4c6d1616e7616b /test/test_all.py | |
| parent | beea113aee54ead67890811a4d4a780a4dbc2ba9 (diff) | |
| download | miasm-73a4d9dc920fcc29de50b776b2b263bfc12c89c1.tar.gz miasm-73a4d9dc920fcc29de50b776b2b263bfc12c89c1.zip | |
Expression: add expression comparison generators
Diffstat (limited to 'test/test_all.py')
| -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 17193d9f..70ad62b8 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -245,6 +245,7 @@ for script in ["modint.py", "expression_helper.py", "expr_pickle.py", "parser.py", + "expr_cmp.py", ]: testset += RegressionTest([script], base_dir="expression") |