about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-17 10:37:03 +0100
committerAjax <commial@gmail.com>2015-11-17 10:39:42 +0100
commit092909dfbdd87ddfd851f622951de461c6636da3 (patch)
treebc865e6754e129eb22cfc0130fdfb3e3cceee799 /test/test_all.py
parent13fc338810552f32de501e41adf8e1aa336de6f5 (diff)
downloadmiasm-092909dfbdd87ddfd851f622951de461c6636da3.tar.gz
miasm-092909dfbdd87ddfd851f622951de461c6636da3.zip
TestALL: enable QEMU test_xchg for python / tcc
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index fe9c6880..94f3d8ca 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -108,8 +108,9 @@ QEMU_TESTS = {
     "self_modifying_code": ("tcc", "python"),
     "conv": ("tcc", "python"),
     "bcd": ("tcc", "python"),
+    "xchg": ("tcc", "python"),
     # Unsupported
-    # "floats", "xchg", "string", "misc", "segs", "code16", "exceptions",
+    # "floats", "string", "misc", "segs", "code16", "exceptions",
     # "single_step"
 }