This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nuttx-ntfc.git


    from 8a03a4d  ntfc: drop the sim double-newline workaround
     new 8fe88a5  coreconfig.py: dispatch cmd_check to application binaries
     new 60fadbc  core.py: route runtime check_cmd through config on kernel 
builds
     new d26aa7e  device: resolve image paths before spawning with a custom 
exec_cwd
     new 8601689  core.py: runtime command discovery fallback via target PATH 
listing

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/writing-test-cases.rst |   6 +-
 src/ntfc/core.py                     | 101 ++++++++++++++++++-------------
 src/ntfc/coreconfig.py               |  39 +++++++++++-
 src/ntfc/device/host.py              |  12 ++++
 src/ntfc/device/qemu.py              |   5 +-
 src/ntfc/device/sim.py               |   6 +-
 src/ntfc/testfilter.py               |   4 +-
 tests/device/test_qemu.py            |  26 ++++++++
 tests/device/test_sim.py             |  30 +++++++++
 tests/test_core.py                   | 114 ++++++++++++++++++++++++++++++++++-
 tests/test_coreconfig.py             |  44 ++++++++++++++
 tests/test_filtertest.py             |   2 +-
 12 files changed, 330 insertions(+), 59 deletions(-)

Reply via email to