File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ test_natmod: $(BUILD)/firmware.elf
196
196
$(eval DIRNAME=ports/$(notdir $(CURDIR ) ) )
197
197
cd $(TOP ) /tests && \
198
198
for natmod in btree deflate framebuf heapq random_basic re; do \
199
- ./run-natmodtests.py -p -d execpty:" $( QEMU_SYSTEM) $( QEMU_ARGS) -serial pty -kernel ../$( DIRNAME) /$<" extmod/$$ natmod* .py; \
199
+ ./run-natmodtests.py -p -d execpty:" $( QEMU_SYSTEM) $( QEMU_ARGS) -serial pty -kernel ../$( DIRNAME) /$<" $( RUN_TESTS_EXTRA ) extmod/$$ natmod* .py; \
200
200
done
201
201
202
202
$(BUILD ) /firmware.elf : $(LDSCRIPT ) $(OBJ )
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ Extra make options
112
112
113
113
The following options can be specified on the ` make ` command line:
114
114
- ` CFLAGS_EXTRA ` : pass in extra flags for the compiler.
115
- - ` RUN_TESTS_EXTRA ` : pass in extra flags for ` run-tests.py ` when invoked via
116
- ` make test ` .
115
+ - ` RUN_TESTS_EXTRA ` : pass in extra flags for ` run-tests.py ` and ` run-natmodtests.py `
116
+ when invoked via ` make test ` or ` make test_natmod ` .
117
117
- ` QEMU_DEBUG=1 ` : when running qemu (via ` repl ` , ` run ` or ` test ` target), qemu
118
118
will block until a debugger is connected. By default it waits for a gdb connection
119
119
on TCP port 1234.
You can’t perform that action at this time.
0 commit comments