diff options
| author | Ajax <commial@gmail.com> | 2015-11-16 12:46:42 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-16 12:46:42 +0100 |
| commit | 35822fc551ce0c881c7e5216e2a2119cbed0a162 (patch) | |
| tree | 13af39242090b9d400e679ad496ccb440b34eb57 /test/test_all.py | |
| parent | a014d17db74a0de84efbf7a8a21ea58739dbb39d (diff) | |
| download | miasm-35822fc551ce0c881c7e5216e2a2119cbed0a162.tar.gz miasm-35822fc551ce0c881c7e5216e2a2119cbed0a162.zip | |
Test/QEMU: emulate puts, enabling test_self_modifying_code
Diffstat (limited to 'test/test_all.py')
| -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 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" } |