Skip to content

Commit 3bf5131

Browse files
committed
Add hint on how to run unit tests on a host PC.
1 parent 68f5679 commit 3bf5131

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ In case the serial interface input is not read by PlatformIO serial monitor one
120120

121121
This is especially useful when simulating the microcontroller or device.
122122

123+
### Unit testing
124+
125+
The project is setup for running unit tests:
126+
127+
platformio test --verbose --environment native
128+
123129
## Contribute
124130

125131
Please refer to [`CONTRIBUTING.md`](CONTRIBUTING.md).

0 commit comments

Comments
 (0)