micropython/unix
Andrew Scheller d5ce916f26 Add 'test' target to unix/Makefile
In conjunction with #504 this allows you to do things like:
```shell
make -C unix clean && make -C unix test CC=gcc-4.7
```
all from the top-level micropython directory :-)

Something similar could probably be done for windows/Makefile too, but I don't have a cygwin setup to test with.
2014-04-16 20:38:16 +01:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile Add 'test' target to unix/Makefile 2014-04-16 20:38:16 +01:00
file.c py, unix: Convert sys module to static representation. 2014-04-13 07:02:56 +03:00
gccollect.c unix: Update comment in gccollect.c 2014-04-11 06:42:17 -07:00
main.c py, unix: Convert sys module to static representation. 2014-04-13 07:02:56 +03:00
modffi.c modffi: Update for latest binary API refactors. 2014-04-11 05:17:41 +03:00
modsocket.c py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API. 2014-04-09 01:07:37 +03:00
modtime.c unix: Rename module sources per latest naming conventions (mod*.c). 2014-04-04 20:34:10 +03:00
mpconfigport.h Move entry_table to separated header file. 2014-04-15 17:08:42 +08:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h py: Move sys attribute qstrs's to core. 2014-04-13 07:02:57 +03:00