diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-04-08 15:30:51 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-04-08 15:31:07 +0200 |
| commit | 06633f8cddfbf8d94dc596d83d96350df5bfb99e (patch) | |
| tree | 4afc118139c7642cdcc38c69406f088d516b9ca0 /test/expression/expression.py | |
| parent | 9d67303f7631b6e9066923534119368b929b84f7 (diff) | |
| download | focaccia-miasm-06633f8cddfbf8d94dc596d83d96350df5bfb99e.tar.gz focaccia-miasm-06633f8cddfbf8d94dc596d83d96350df5bfb99e.zip | |
Test: add expression reg test
Diffstat (limited to 'test/expression/expression.py')
| -rw-r--r-- | test/expression/expression.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/expression/expression.py b/test/expression/expression.py new file mode 100644 index 00000000..1fdc7680 --- /dev/null +++ b/test/expression/expression.py @@ -0,0 +1,7 @@ +# +# Expression regression tests # +# +from pdb import pm +from miasm2.expression.expression import * + +assert(ExprInt64(-1) != ExprInt64(-2)) |