aboutsummaryrefslogtreecommitdiff
path: root/ports/javascript/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/javascript/Makefile')
-rw-r--r--ports/javascript/Makefile4
1 files changed, 2 insertions, 2 deletions
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