about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2017-01-09 17:02:28 +0100
committerGitHub <noreply@github.com>2017-01-09 17:02:28 +0100
commitedf8a67791cd7e3255cce048f2deb1bea436485c (patch)
tree4c3d1f013c155ba3f1be6ec03d30b6bf5bda5450 /test/test_all.py
parentfd1f440961b24872a5a9c0da19cfc94d1d955386 (diff)
parent0aad6093e6f7250d1c9a3da8f1f3ebe171a752dd (diff)
downloadmiasm-edf8a67791cd7e3255cce048f2deb1bea436485c.tar.gz
miasm-edf8a67791cd7e3255cce048f2deb1bea436485c.zip
Merge pull request #467 from serpilliere/fix_dg_emul
Fix dg emul
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 59624832..c710a8ab 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -315,6 +315,7 @@ test_args = [(0x401000, 0x40100d, ["EAX"]),
              (0x401000, 0x401012, ["ECX"]),
              (0x401000, 0x40101f, ["EAX", "EBX"]),
              (0x401000, 0x401025, ["EAX", "EBX"]),
+             (0x401000, 0x401007, ["EBX"]),
 ]
 for i, test_args in enumerate(test_args):
     test_dg = SemanticTestAsm("x86_32", "PE", ["dg_test_%.2d" % i])