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 4dff7ed7..6288466a 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -105,10 +105,11 @@ QEMU_TESTS = {
     "jcc": ("tcc", "python"),
     "loop": ("tcc", "python"),
     "lea": ("tcc", "python"),
+    "self_modifying_code": ("tcc", "python"),
     "conv": ("tcc", "python"),
     # Unsupported
     # "floats", "bcd", "xchg", "string", "misc", "segs", "code16", "exceptions",
-    # "self_modifying_code", "single_step"
+    # "single_step"
 }