Files
micropython/ports
Yanfeng Liu 8204f9e8c3 unix/Makefile: Allow out-of-tree tests.
This allows out-of-tree tests like:

    $ make -C ports/unix/ BUILD=/tmp MICROPY_MPYCROSS=~/bin/mpy-cross test

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2025-10-06 11:03:25 +11:00
..