about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"
 }