Skip to content

Commit e02b77b

Browse files
committed
Updated the envvar used by ./run-tests
As discussed in adafruit#504
1 parent d5ce916 commit e02b77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ include ../py/mkrules.mk
7171

7272
test: $(PROG) ../tests/run-tests
7373
$(eval DIRNAME=$(notdir $(CURDIR)))
74-
cd ../tests && MICROPY_MP_PY=../$(DIRNAME)/$(PROG) ./run-tests
74+
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests

0 commit comments

Comments
 (0)