mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 05:07:47 +00:00
[doc] instruct to build nexus test in a directory (#11234)
This commit is contained in:
@@ -19,11 +19,12 @@ Nexus is a test framework for OpenThread testing.
|
||||
To build Nexus test cases, the `build.sh` script can be used:
|
||||
|
||||
```bash
|
||||
./tests/nexus/build.sh
|
||||
mkdir nexus_test
|
||||
top_builddir=nexus_test ./tests/nexus/build.sh
|
||||
```
|
||||
|
||||
Afterwards, each test can be run directly:
|
||||
|
||||
```bash
|
||||
./tests/nexus/nexus_form_join
|
||||
./nexus_test/tests/nexus/nexus_form_join
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user