summaryrefslogtreecommitdiffstatshomepage
path: root/qemu-arm/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-03-15 13:45:32 +0000
committerDamien George <damien.p.george@gmail.com>2016-03-15 13:45:32 +0000
commitbe989be861c05b64425267b62c2419e28e7a8cf1 (patch)
tree853a353ab26276eeec94931430a7000067bb99f8 /qemu-arm/mpconfigport.h
parent1ded19d4b3c9710c123a65fd7f369e0022eac02d (diff)
downloadmicropython-be989be861c05b64425267b62c2419e28e7a8cf1.tar.gz
micropython-be989be861c05b64425267b62c2419e28e7a8cf1.zip
qemu-arm: Enable builtin override feature, and enable more tests.
Hopefully these tests run reliably on Travis.
Diffstat (limited to 'qemu-arm/mpconfigport.h')
-rw-r--r--qemu-arm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h
index b6e5d48828..ff0e3f99b5 100644
--- a/qemu-arm/mpconfigport.h
+++ b/qemu-arm/mpconfigport.h
@@ -15,6 +15,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
+#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)