about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-17 15:46:02 +0100
committerAjax <commial@gmail.com>2015-11-17 16:04:43 +0100
commitded47deaf434ea3d6e2b5e0bdf0012c5a6eb41db (patch)
tree3642c05e144389cd0b9b886f2b74fac164b8c037 /test
parent0d9d0b98b017a418b538187127ae5af7594870d5 (diff)
downloadmiasm-ded47deaf434ea3d6e2b5e0bdf0012c5a6eb41db.tar.gz
miasm-ded47deaf434ea3d6e2b5e0bdf0012c5a6eb41db.zip
QEMU/test: enable 'test_misc' for both python and TCC
Diffstat (limited to '')
-rw-r--r--test/test_all.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 8c1cf3f8..5c6bbbb2 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -110,9 +110,9 @@ QEMU_TESTS = {
     "bcd": ("tcc", "python"),
     "xchg": ("tcc", "python"),
     "string": ("tcc", "python"),
+    "misc": ("tcc", "python"),
     # Unsupported
-    # "floats", "misc", "segs", "code16", "exceptions",
-    # "single_step"
+    # "floats", "segs", "code16", "exceptions", "single_step"
 }