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 ef74dc9 commit 1af1812
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/test_driver/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ The unit tests can be built using gn and ninja:
gn gen out/debug
ninja -C out/debug

## Building and Installing the Runner

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

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 -m py.pw_test_runner.pw_test_runner -d /dev/ttyACM1 -f out/debug/tests -o out.log

0 comments on commit 1af1812

Please sign in to comment.