Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and feasel0 committed Dec 18, 2024
1 parent 58758ab commit 0ed7d80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/test_driver/efr32/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a test driver for the Matter unit tests to be run on an EFR32 device.
It builds a set of test binaries, each of which contains one directory of unit tests
that can be flashed onto a device and run. The device is controlled using the included
RPCs through the python test runner.
This is a test driver for the Matter unit tests to be run on an EFR32 device. It
builds a set of test binaries, each of which contains one directory of unit
tests that can be flashed onto a device and run. The device is controlled using
the included RPCs through the python test runner.

- [Prerequisites](#prerequisites)
- [Building The Unit Tests](#building-the-unit-tests)
Expand Down Expand Up @@ -48,6 +48,6 @@ The unit tests can be built using gn and ninja:

## Running The Unit Tests

The unit tests can be run using the test runner python script:
python py/pw_test_runner/pw_test_runner.py -d /dev/ttyACM1 -f out/debug/tests -o out.log
The unit tests can be run using the test runner python script:
python py/pw_test_runner/pw_test_runner.py -d /dev/ttyACM1 -f out/debug/tests -o
out.log

0 comments on commit 0ed7d80

Please sign in to comment.