diff options
| author | Damien George | 2017-12-19 17:04:55 +1100 |
|---|---|---|
| committer | Damien George | 2017-12-19 17:04:55 +1100 |
| commit | d8d633f15658911369d7b1b912777fa74efd3ea6 (patch) | |
| tree | a595147cd1b0e1ca87dd707d953e457d4091e77e | |
| parent | 304a3bcc1cf4f272b62a6cd8f14583db84d84189 (diff) | |
unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.
Where possible it's important to test all code in the code base.
| -rw-r--r-- | ports/unix/mpconfigport_coverage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport_coverage.h b/ports/unix/mpconfigport_coverage.h index 0dcfdd5fd..cf976bf7a 100644 --- a/ports/unix/mpconfigport_coverage.h +++ b/ports/unix/mpconfigport_coverage.h @@ -41,6 +41,7 @@ #define MICROPY_PY_SYS_GETSIZEOF (1) #define MICROPY_PY_URANDOM_EXTRA_FUNCS (1) #define MICROPY_PY_IO_BUFFEREDWRITER (1) +#define MICROPY_PY_IO_RESOURCE_STREAM (1) #undef MICROPY_VFS_FAT #define MICROPY_VFS_FAT (1) #define MICROPY_PY_FRAMEBUF (1) |
