diff options
| author | Ajax <commial@gmail.com> | 2015-11-16 13:59:53 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-16 14:02:39 +0100 |
| commit | 09a12d002dc5c6e629fcbce1b4510bf03ca058d3 (patch) | |
| tree | d83afd13938fa9d07e6e44121eb47163997706ef | |
| parent | f4912f3704800fdbb179486a1b51e09c26841289 (diff) | |
| download | miasm-09a12d002dc5c6e629fcbce1b4510bf03ca058d3.tar.gz miasm-09a12d002dc5c6e629fcbce1b4510bf03ca058d3.zip | |
Test: enable QEMU tests for "bcd"
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 3 |
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" } |