diff options
| author | Ajax <commial@gmail.com> | 2015-11-17 15:46:02 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-17 16:04:43 +0100 |
| commit | ded47deaf434ea3d6e2b5e0bdf0012c5a6eb41db (patch) | |
| tree | 3642c05e144389cd0b9b886f2b74fac164b8c037 /test | |
| parent | 0d9d0b98b017a418b538187127ae5af7594870d5 (diff) | |
| download | miasm-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.py | 4 |
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" } |