diff options
author | Andrew Scheller <github@loowis.durge.org> | 2014-04-17 01:26:25 +0100 |
---|---|---|
committer | Andrew Scheller <github@loowis.durge.org> | 2014-04-17 01:26:25 +0100 |
commit | e02b77bf6b84b7f3149071c8aeadaffe173cb368 (patch) | |
tree | e28f597eb9a714ec5d009310fcc832195d630e84 | |
parent | d5ce916f267ae7d948afdd73cb8ccfd3bd839c45 (diff) | |
download | micropython-e02b77bf6b84b7f3149071c8aeadaffe173cb368.tar.gz micropython-e02b77bf6b84b7f3149071c8aeadaffe173cb368.zip |
Updated the envvar used by ./run-tests
As discussed in #504
-rw-r--r-- | unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index d9fa5e7566..c9509b9f0d 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -71,4 +71,4 @@ include ../py/mkrules.mk test: $(PROG) ../tests/run-tests $(eval DIRNAME=$(notdir $(CURDIR))) - cd ../tests && MICROPY_MP_PY=../$(DIRNAME)/$(PROG) ./run-tests + cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests |