diff options
-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 |