about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2017-09-01 16:14:55 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-09-04 22:42:52 +0200
commit73a4d9dc920fcc29de50b776b2b263bfc12c89c1 (patch)
tree1cc2dbc0170413dd10f88a7e9d4c6d1616e7616b /test/test_all.py
parentbeea113aee54ead67890811a4d4a780a4dbc2ba9 (diff)
downloadmiasm-73a4d9dc920fcc29de50b776b2b263bfc12c89c1.tar.gz
miasm-73a4d9dc920fcc29de50b776b2b263bfc12c89c1.zip
Expression: add expression comparison generators
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
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")