Skip to content

Commit ee0dc46

Browse files
committed
Update README with MacOS Integration Test Instructions
Added instructions for running integration tests in Docker.
1 parent 8de2f34 commit ee0dc46

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ TODO
6767
5. Click Export and save your csv file
6868

6969
#### Running the integration test
70+
> [!NOTE]
71+
> If using MacOS you will need to perform the following from within this docker container: https://hub.docker.com/r/zephyrprojectrtos/zephyr-build
72+
>
73+
>Mount it from within your FALCON dir, e.g. `docker run -ti -v $HOME/FALCON:/workdir docker.io/zephyrprojectrtos/zephyr-build:main`*
7074
1. Ensure you're in the virtual environment using inside `FALCON/`:
7175
- `source .venv/bin/activate` (MacOS/Linux) or `.venv\Scripts\activate.bat` (Windows)
7276
2. Build FALCON using Zephyr's built in native_sim board:

0 commit comments

Comments
 (0)