From 6129b8e401c36cc68e0f7ba8180da27a40d17621 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 11 Mar 2021 16:09:27 +1100 Subject: tests: Rename run-tests to run-tests.py for consistency. Signed-off-by: Damien George --- ports/javascript/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/javascript') diff --git a/ports/javascript/Makefile b/ports/javascript/Makefile index 4f9dd444b..3962e93f5 100644 --- a/ports/javascript/Makefile +++ b/ports/javascript/Makefile @@ -63,8 +63,8 @@ $(BUILD)/micropython.js: $(OBJ) library.js wrapper.js min: $(BUILD)/micropython.js uglifyjs $< -c -o $(BUILD)/micropython.min.js -test: $(BUILD)/micropython.js $(TOP)/tests/run-tests +test: $(BUILD)/micropython.js $(TOP)/tests/run-tests.py $(eval DIRNAME=ports/$(notdir $(CURDIR))) - cd $(TOP)/tests && MICROPY_MICROPYTHON=../ports/javascript/node_run.sh ./run-tests + cd $(TOP)/tests && MICROPY_MICROPYTHON=../ports/javascript/node_run.sh ./run-tests.py include $(TOP)/py/mkrules.mk -- cgit v1.2.3