Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 388 Bytes

File metadata and controls

16 lines (13 loc) · 388 Bytes

Testing

Native tests (host)

Prereqs:

  • MSYS2 with mingw-w64-x86_64-toolchain (gcc available in PATH)
  • PlatformIO CLI (pio on PATH or %USERPROFILE%\.platformio\penv\Scripts\platformio.exe)

Run from repo root:

& $env:USERPROFILE\.platformio\penv\Scripts\platformio.exe test -e native_test

Or use the helper script:

.\scripts\run_tests.ps1