From 08e54aa9dd67e85753174242fab356cc2d2767c9 Mon Sep 17 00:00:00 2001 From: Ajax Date: Tue, 17 Nov 2015 14:34:12 +0100 Subject: Test/QEMU: enable 'test_string' for both python and TCC --- test/test_all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_all.py') 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" } -- cgit 1.4.1