summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-02 16:39:58 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-02 16:39:58 +1100
commite4be56a0ea20df9252fbe35b55823594681cff72 (patch)
tree7187981f12965613da416c1ae42a9b34cbc902c6 /tools/tinytest-codegen.py
parent4f3c1b3fc19d2cf0fcaff37425257aa210541e7f (diff)
downloadmicropython-e4be56a0ea20df9252fbe35b55823594681cff72.tar.gz
micropython-e4be56a0ea20df9252fbe35b55823594681cff72.zip
qemu-arm: Enable machine module and associated tests.
Diffstat (limited to 'tools/tinytest-codegen.py')
-rwxr-xr-xtools/tinytest-codegen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py
index 3436d0f456..099e2ecce1 100755
--- a/tools/tinytest-codegen.py
+++ b/tools/tinytest-codegen.py
@@ -51,7 +51,6 @@ exclude_tests = (
'float/float2int_doubleprec.py', # requires double precision floating point to work
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
- 'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
)