Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
feasel0 committed Dec 19, 2024
1 parent 1af1812 commit 8fb9f10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/test_driver/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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)
- [Running The Unit Tests](#running-the-unit-tests)
- [Building the Unit Tests](#building-the-unit-tests)
- [Building and Installing the Runner](#building-and-installing-the-runner)
- [Running the Unit Tests](#running-the-unit-tests)

## Prerequisites

Expand Down Expand Up @@ -36,7 +37,7 @@ the included RPCs through the python test runner.
- BRD4187A / SLWSTK6006A / Wireless Starter Kit / 2.4GHz@20dBm
- BRD4187C / SLWSTK6006A / Wireless Starter Kit / 2.4GHz@20dBm

## Building The Unit Tests
## Building the Unit Tests

The unit tests can be built using gn and ninja:

Expand All @@ -53,7 +54,7 @@ The python wheels for the runner can be built and installed like this:
ninja -C out/debug runner
pip3 install out/debug/chip_pw_test_runner_wheels/*.whl --force-reinstall

## Running The Unit Tests
## Running the Unit Tests

The unit tests can be run using the test runner python script:

Expand Down

0 comments on commit 8fb9f10

Please sign in to comment.