tests: Rename run-tests to run-tests.py for consistency.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2021-03-11 16:09:27 +11:00
parent b24fcd7aec
commit 6129b8e401
21 changed files with 62 additions and 62 deletions

View File

@@ -10,7 +10,7 @@ CFLAGS += -DTEST
$(BUILD)/test_main.o: $(BUILD)/genhdr/tests.h
$(BUILD)/genhdr/tests.h:
(cd $(TOP)/tests; ./run-tests --target=qemu-arm --write-exp)
(cd $(TOP)/tests; ./run-tests.py --target=qemu-arm --write-exp)
$(Q)echo "Generating $@";(cd $(TOP)/tests; ../tools/tinytest-codegen.py) > $@
$(BUILD)/lib/tinytest/tinytest.o: CFLAGS += -DNO_FORKING