[doc] instruct to build nexus test in a directory (#11234)

This commit is contained in:
Li Cao
2025-02-13 12:56:31 -08:00
committed by GitHub
parent ae76f12a3e
commit 3c7f387d45
+3 -2
View File
@@ -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
```