Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

README.rst

File metadata and controls

31 lines (23 loc) · 1.13 KB

How to test PlatformIO based project

  1. Install PlatformIO
  2. Download examples source code
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
> cd platformio-examples/unit-testing/wiring-blink

# Test project
> platformio test

# Test specific environment
> platformio test -e uno