about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-16 13:59:53 +0100
committerAjax <commial@gmail.com>2015-11-16 14:02:39 +0100
commit09a12d002dc5c6e629fcbce1b4510bf03ca058d3 (patch)
treed83afd13938fa9d07e6e44121eb47163997706ef
parentf4912f3704800fdbb179486a1b51e09c26841289 (diff)
downloadmiasm-09a12d002dc5c6e629fcbce1b4510bf03ca058d3.tar.gz
miasm-09a12d002dc5c6e629fcbce1b4510bf03ca058d3.zip
Test: enable QEMU tests for "bcd"
-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 6288466a..fe9c6880 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -107,8 +107,9 @@ QEMU_TESTS = {
     "lea": ("tcc", "python"),
     "self_modifying_code": ("tcc", "python"),
     "conv": ("tcc", "python"),
+    "bcd": ("tcc", "python"),
     # Unsupported
-    # "floats", "bcd", "xchg", "string", "misc", "segs", "code16", "exceptions",
+    # "floats", "xchg", "string", "misc", "segs", "code16", "exceptions",
     # "single_step"
 }