diff options
| author | Ajax <commial@gmail.com> | 2015-11-17 14:34:12 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-17 14:34:12 +0100 |
| commit | 08e54aa9dd67e85753174242fab356cc2d2767c9 (patch) | |
| tree | 6aeaee9c1febf68715359e580a27f8b39a64e95e /test/test_all.py | |
| parent | 1a8ec0b4fbdef579882457da50778b8f9a333a16 (diff) | |
| download | miasm-08e54aa9dd67e85753174242fab356cc2d2767c9.tar.gz miasm-08e54aa9dd67e85753174242fab356cc2d2767c9.zip | |
Test/QEMU: enable 'test_string' for both python and TCC
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 94f3d8ca..8c1cf3f8 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -109,8 +109,9 @@ QEMU_TESTS = { "conv": ("tcc", "python"), "bcd": ("tcc", "python"), "xchg": ("tcc", "python"), + "string": ("tcc", "python"), # Unsupported - # "floats", "string", "misc", "segs", "code16", "exceptions", + # "floats", "misc", "segs", "code16", "exceptions", # "single_step" } |