Skip to content

Add 'test' target to unix/Makefile #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2014
Merged

Conversation

lurch
Copy link
Contributor

@lurch lurch commented Apr 16, 2014

In conjunction with #504 this allows you to do things like:

make -C unix clean && make -C unix test CC=gcc-4.7 PROG=micropython-gcc4.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.

In conjunction with micropython#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.
@pfalcon
Copy link
Contributor

pfalcon commented Apr 16, 2014

+1. The command can be reduced to:

make -B -C unix test CC=gcc-4.7 PROG=micropython-gcc4.7

But please don't haste to add that Travis ;-)

@pfalcon
Copy link
Contributor

pfalcon commented Apr 16, 2014

But please don't haste to add that Travis ;-)

... Let's discuss it first instead:
http://forum.micropython.org/viewtopic.php?f=3&t=48&p=179#p179

@lurch
Copy link
Contributor Author

lurch commented Apr 16, 2014

This shouldn't get merged until after we decide what name to use for MICROPY_MP_PY in #504

dpgeorge added a commit that referenced this pull request Apr 17, 2014
Add 'test' target to unix/Makefile
@dpgeorge dpgeorge merged commit 594d0dd into micropython:master Apr 17, 2014
@lurch lurch deleted the patch-5 branch April 17, 2014 23:44
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Feb 13, 2018
…n_libs

update CPX frozen modules to latest versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants