Updated the envvar used by ./run-tests

As discussed in #504
pull/505/head
Andrew Scheller 2014-04-17 01:26:25 +01:00
rodzic d5ce916f26
commit e02b77bf6b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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